Invidious Redirect

Redirects Youtube URLs to Invidio.us

< 腳本Invidious Redirect的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2021-01-08

Was redirecting to a closed instance of Invidious, might want to change the default instance to something like this: var a = 0; setInterval(function () { if (a === 0 && window.location.href.indexOf('watch?') > -1 && window.location.href.indexOf('list=WL') < 0) { a = '//invidious.fdn.fr/watch?' + window.parent.location.href.split('?')[1]; window.location.replace(a); } }, 10);

發表回覆

登入以回復