Invidious Redirect

Redirects Youtube URLs to Invidio.us

< Părere la script-ul Invidious Redirect

Recenzie: OK - script works, but has bugs

§
Postat în: 08-01-2021

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

Postează un raspuns

Autentifică-te pentru a posta un răspuns.