Skip to content

A userscript to redirect from YouTube to an Invidious instance.

License

Notifications You must be signed in to change notification settings

Clozent/Invidious-Redirector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Invidious-Redirector

A userscript to redirect from YouTube to an Invidious instance.

Install it here.

Instructions

Installation

Install a userscript extention if you don't have one installed already, and open this link (also referenced above). If this does not work, simply copy the code into the userscript extention, or import the .js file to it.

Choose a different invidious instance

Replace the value of the variable invidiousURL in the userscript with the hostname URL of the desired Invidious instance.

Note:

The value of invidiousURL should ONLY include the hostname of the instance. Do not include the protocol or a trailing backslash.

Example:
const invidiousURL = "yewtu.be"; - This is fine.
const invidiousURL = "https://yewtu.be/"; - This is not fine.

About

A userscript to redirect from YouTube to an Invidious instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published