yt2inv

Changes YouTube links to Invidious links.

Instalar este script¿?
Script recomendado por el autor

Puede que también te guste Bypass All Shortlinks.

Instalar este script
// ==UserScript==
// @name         yt2inv
// @namespace    https://greasyfork.org/
// @version      0.2
// @description  Changes YouTube links to Invidious links.
// @author       Maikuro
// @match        https://www.youtube.com/
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

window.location.href = "https://inv.tux.pizza/"