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