Greasy Fork is available in English.

IMDb to VidSrc

Add a button to redirect to vidsrc.net on IMDb pages.

< Feedback on IMDb to VidSrc

Review: Good - script works

§
Posted: 05-12-2024

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.

//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.

Overall works pretty well.

Post reply

Sign in to post a reply.