Invidious Redirect

Redirects Youtube URLs to Invidio.us

< Feedback on Invidious Redirect

Review: OK - script works, but has bugs

§
Posted: 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);

Post reply

Sign in to post a reply.