summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/youtube-to-yewtube.js
blob: c8f73f1d3f452e477fb1269bbe6c83327865d5ab (plain) (blame)
1
2
3
4
5
6
7
8
9
// ==UserScript==
// @name         youtube to yewtube
// @match        *://*.youtube.com/*
// @match        *://youtube.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

top.location.hostname = "yewtu.be";
remember that computers suck.