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';

Undefined42作者
§
发布于:2024-08-15

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

发布留言

登录以发布留言。