FreeTubeApp / freetube-redirect

Browser extension to open YouTube links into FreeTube
MIT License
56 stars 12 forks source link

Redirect requests instead of using content scripts #2

Closed GoesuZuegs closed 6 years ago

GoesuZuegs commented 6 years ago

I think redirecting YouTube URLs with a webRequest listener in the background script is better than injecting a content script into every page and checking if the user follows a YouTube link every time a click event occurs. So I made a few changes (and tested them thoroughly). The functionality has stayed absolutely the same.