Greasy Fork is available in English.
Add a button to redirect to vidsrc.net on IMDb pages.
< Opiniones de IMDb to VidSrc
Thanks for the script, there's a small issue on 'TV Mini Series' like 'The Penguin', as the title does not match with TV Series making it a movie in the code.
TV Series
//line 61 const isMovie = document.title.indexOf('TV Series') === -1;
This leads to the wrong url, as Vidscr places TV mini Series under /tv and not /movie.
/tv
/movie
Overall works pretty well.
Inicia sesión para responder.
Thanks for the script, there's a small issue on 'TV Mini Series' like 'The Penguin', as the title does not match with
TV Series
making it a movie in the code.This leads to the wrong url, as Vidscr places TV mini Series under
/tv
and not/movie
.Overall works pretty well.