IMDb to VidSrc

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

< 腳本IMDb to VidSrc的回應

評論:正評 - 腳本一切正常

§
發表於:2024-12-05

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.

發表回覆

登入以回復