// ==UserScript== // @name Invidious // @description youtube to invidious // @match *://youtube.com/* // @match *://*.youtube.com/* // @grant none // @run-at document-start // ==/UserScript== (function () { 'use strict'; top.location.hostname = "yewtu.be"; })();