Add a button to redirect to vidsrc.net on IMDb pages.
< 脚本IMDb to VidSrc的反馈
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';
Thanks for the tips! I'll update the script.
登录以发表回复。
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';