YouTube2Invidious is a UserScript that redirects requests from YouTube.com to an Invidious instance.
Click Here To Install
To run this script, you need to have a browser extension installed. You can choose which extension to install, but they more or less are the same. (I personally use Tampermonkey). Here are links to where you can install the extensions.
Click to expand
-
FireFox - Tampermonkey, Greasemonkey, Violentmonkey
-
Chrome - Tampermonkey, Violentmonkey
Click to expand
* ### FireFox - [Tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey), [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey), [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey) * ### Chrome - [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo), [Violentmonkey](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag)Click to expand
* ### FireFox - [Tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey), [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey), [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey) * ### Chrome - [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo), [Violentmonkey](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag) * ### Safari - [Tampermonkey](https://apps.apple.com/app/apple-store/id1482490089?pt=117945903)- Click the link to YouTube2Invidious.js (It should open the "raw" file)
- Your UserScript manager should prompt you if you want to install the script.
- Click
"Confirm"
or"Yes"
to install the script."
- Open / Activate your UserScript extension and create a new script.
- Copy the contents of YouTube2Invidious.js and paste the it into the new script and save.
Once you have the script installed, try navigating to YouTube.com. You should have been redirected to an Invidious instance instead. *eg. dampsock.com
https://github.com/ConnerWill/YouTube2Invidious/releases/download/v1.0.4/YouTube2Invidious.user.js
Click to expand contributing section
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request