metiis / invidious-redirect

A (very) small WebExtension to redirect YouTube links to Invidious.
The Unlicense
39 stars 20 forks source link

Implement browser action for toggling redirection #15

Closed vhfmag closed 4 years ago

vhfmag commented 4 years ago

This PR implements the feature suggested in #14: a toolbar button that enables/disables redirection on toggle. This adds a new permission request (storage, for persisting this preference) and doesn't redirect immediately in case a user enables redirection while in a youtube domain, as this would require either:

Thanks for the good work with this extension :)

Closes #14

metiis commented 4 years ago

Sorry for the late response on this, I kinda forgot about this. Unfortunately this is already being implemented with #19, thanks a lot for your work with this though :)