diff --git a/fandom.js b/fandom.js new file mode 100644 index 0000000..ec5de69 --- /dev/null +++ b/fandom.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name fandom to antifandom +// @version 0.1 +// @description none +// @author You +// @include *.fandom.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("fandom","antifandom"); diff --git a/imdb.js b/imdb.js new file mode 100644 index 0000000..d378de2 --- /dev/null +++ b/imdb.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name imdb to libremdb +// @version 0.1 +// @description none +// @author You +// @include *imdb.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("www.imdb.com","libremdb.lunar.icu"); diff --git a/imgur.js b/imgur.js new file mode 100644 index 0000000..f4b5d51 --- /dev/null +++ b/imgur.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name imgur to rimgo +// @version 0.1 +// @description none +// @author You +// @include *imgur.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("imgur.com","rimgo.lunar.icu"); diff --git a/overflow.js b/overflow.js new file mode 100644 index 0000000..4fdd535 --- /dev/null +++ b/overflow.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name stackoverflow to anonoverflow +// @version 0.1 +// @description none +// @author You +// @include *stackoverflow.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("stackoverflow.com","overflow.lunar.icu"); diff --git a/reddit.js b/reddit.js new file mode 100644 index 0000000..86ce700 --- /dev/null +++ b/reddit.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name reddit to libreddit +// @version 0.1 +// @description none +// @author You +// @include *www.reddit.com* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("www.reddit","safereddit");