summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey/youtube-to-iv.js
blob: 9e08471e8a3205a03695142d15008e79345cb24e (plain)
1
2
3
4
5
6
7
8
9
10
// ==UserScript==
// @name           youtube to iv redirector
// @namespace      Jordan's userscripts
// @match          http://www.youtube.com/*
// @match          https://www.youtube.com/*
// @match          http://youtube.com/*
// @match          https://youtube.com/*
// @run-at         document-start
// ==/UserScript==
location.href=location.href.replace("www.youtube.com","iv.jordan.im");