angeloanan / youtube-tv-browser

⏯ | A lightweight browser extension that enables YouTube for TV in your browser
MIT License
44 stars 3 forks source link

Tampermonkey script #2

Open ask-compu opened 2 years ago

ask-compu commented 2 years ago

could this be adapted into a tampermonkey script instead of a browser extension?

angeloanan commented 2 years ago

Most probably. The code for the extension is literally just modifying the HTTP request header (https://github.com/angeloanan/youtube-tv-browser/blob/master/src/chrome/background.js).

Will look into this in the future.

ask-compu commented 2 years ago

might be more useful as a script on greasyfork, especially since it's cross platform so u won't have to maintain 2 versions of the extension