invidious-redirect icon indicating copy to clipboard operation
invidious-redirect copied to clipboard

A (very) small WebExtension to redirect YouTube links to Invidious.

Results 11 invidious-redirect issues
Sort by recently updated
recently updated
newest added

Please stop this practice. Adding it serves no purpose and is breaking many of the available invidious instances because they already use subdomains. Example: invidious.snopyta.org If you add a www....

* href returned `https://www.youtube.com/...` * the string replacement only replaces `youtube.com` by invidous domain given * this leads to a wrong `www.` in front of some domains * for the...

How make my personal site of Invidious becasue I would like to

I didn't even knew the code was compatible.

hi, thanks for this addon, brilliant. I have 1 niggle: whenever i access a youtube page and your addon redirects it to Invidio.us, i can no longer press "back" any...

Try with any privacy-friendly embed YT video: https://www.youtube-nocookie.com/embed/... There is code for YT-nocookie.com https://github.com/metiis/invidious-redirect/blob/866032566f6bfbed91db62ff8275ed3479820177/makehook.js#L12-L14 but nothing in the manifest https://github.com/metiis/invidious-redirect/blob/866032566f6bfbed91db62ff8275ed3479820177/manifest.json#L13-L19 Probably same for youtu.be.

Currently requests to youtube will still hit their servers and only then the content script is loaded, which in turn redirects to invidious. Consider to instead register an [onBeforeRequest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest) listener,...

Hi. Thank you for this great extension! Just one thing I'd like to change: Every time I want to watch a video that someone links to it seems like I...

Add-on fails to install on Icecat. Says its corrupted. I found a workaround however, by adding this to the manifest.json: ``` "applications": { "gecko": { "id": "address@hidden" } }, ```

Consider making it possible to redirect youtube.com/embed to full invidio.us instead of also /embed. This would make it more convenient if someone (like me) blocks scripts and can't play the...