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

发表回复

登录以发表回复。