NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name autoUnvisitAftonspressen // @namespace autoUnvisitAftspressen // @description Automatically unvisits aftonbladet and expressen. // @include http://www.aftonbladet.se/* // @include http://www.expressen.se/* // @version 1 // @grant none // ==/UserScript== var retval = document.location.href.replace('http://www.aftonbladet.se', 'https://unvis.it/aftonbladet.se'); retval = retval.replace('http://www.expressen.se', 'https://unvis.it/expressen.se'); document.location.replace(retval);