Skip to content

ConnerWill/YouTube2Invidious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

YouTube2Invidious

YouTube to Invidious Redirection User Script

YouTube2Invidious is a UserScript that redirects requests from YouTube.com to an Invidious instance.

GitHub last commit GitHub issues GitHub repo size GitLab GitHub GitHub Repo stars


Table of Contents

Click to expand table of contents

(back to top)


TL;DR

Click Here To Install


Setup

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.

Linux

Click to expand

Windows

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)

MacOS

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)

Installation

Simple Installation** - (Big-Brain Method)

  1. Click the link to YouTube2Invidious.js (It should open the "raw" file)
  2. Your UserScript manager should prompt you if you want to install the script.
  3. Click "Confirm" or "Yes" to install the script."

Manual Installation** - (Small-Brain method)

  1. Open / Activate your UserScript extension and create a new script.
  2. Copy the contents of YouTube2Invidious.js and paste the it into the new script and save.

Usage

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

Other

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)