Add a button to redirect to vidsrc.net on IMDb pages.
< 脚本 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.
登录以发布留言。
Thanks for the script, there's a small issue on 'TV Mini Series' like 'The Penguin', as the title does not match with
TV Seriesmaking it a movie in the code.This leads to the wrong url, as Vidscr places TV mini Series under
/tvand not/movie.Overall works pretty well.