Last active
November 26, 2022 18:41
-
-
Save bitraid/d1901de54382532a03b9b22a207f0417 to your computer and use it in GitHub Desktop.
greasemonkey reddit to teddit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name reddit to teddit | |
// @namespace https://gist.github.com/bitraid/d1901de54382532a03b9b22a207f0417 | |
// @version 1.0 | |
// @description reddit to teddit | |
// @match *://*.reddit.com/* | |
// @match *://reddit.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== | |
(function () { | |
'use strict'; | |
top.location.hostname = "teddit.net"; | |
})(); |
And one from youtube to yewtu.be.
// ==UserScript==
// @name youtube to yewtube
// @namespace https://gist.github.com/bitraid/d1901de54382532a03b9b22a207f0417
// @version 1.0
// @description youtube to yewtube
// @match *://youtube.com/*
// @match *://*.youtube.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
'use strict';
top.location.hostname = "yewtu.be";
})();
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Here is one from twitter to nitter.