Title: // ==UserScript== // @name moestorage // @version 1.0 // @namespac Author: Anonymous Pastebin link: http://pastebin.com/dmMKnDnc First Edit: Sunday 11th of October 2015 11:57:48 PM CDT Last Edit: Sunday 11th of October 2015 11:57:48 PM CDT // ==UserScript== // @name        moestorage // @version     1.0 // @namespace   Anonymous // @description redirecs archive.moe links to desustorage // @include     *://archive.moe/* // @run-at      document-start // @grant       none // ==/UserScript== window.location.href = window.location.href.replace("archive.moe", "desustorage.org");