greasemonkey_scripts/youtube.js

11 lines
286 B
JavaScript

// ==UserScript==
// @name youtube to yewtube
// @version 0.1
// @description none
// @author You
// @include *youtube.com*
// @run-at document-start
// ==/UserScript==
document.location.href=document.location.href.replace("www.youtube.com","yewtu.be");