summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey/youtube.js
blob: e753bc6a678977f91e1a7bf501202b6cac61e965 (plain)
1
2
3
4
5
6
7
8
9
10
// ==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("youtube.com","yewtu.be");