IMDb to VidSrc

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

< 脚本IMDb to VidSrc的反馈

评价:好评 - 脚本运行良好

发表于:2024-08-05
编辑于:2024-08-05

just popping in to say .to is down as of a few days ago, in the meantime replacing all .to lines with .me works fine.

I've also edited the style a bit to look cleaner/match IMDB's layout:

button.textContent = '📽 Watch on VidSrc';
button.style.fontFamily = 'Arial';
button.style.background = '#CEE300';

发表于:2024-08-15

Thanks for the tips! I'll update the script.

发表回复

登录以发表回复。