NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Youtube redirect script // @version 1 // @grant none // @match https://www.youtube.com/watch* // @author iamstupid // @license MIT // ==/UserScript== video = window.location.href.substring(24) location = 'https://www.invidio.us/' + video