diff --git a/twitter.js b/twitter.js new file mode 100644 index 0000000..a640dc0 --- /dev/null +++ b/twitter.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name twitter to nitter +// @version 0.1 +// @description none +// @author You +// @include *twitter.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("twitter.com","nitter.net"); diff --git a/youtube.js b/youtube.js new file mode 100644 index 0000000..eb599ae --- /dev/null +++ b/youtube.js @@ -0,0 +1,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("www.youtube.com","yewtu.be");