NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Comiket_Skipper // @namespace https://twitter.com/DsgamerMario7 // @version 1.0 // @description autoskip_adpage // @match http://docs.circle.ms/* // @copyright 2015,11/20 // ==/UserScript== window.addEventListener('load', function() { if(location.href.indexOf("http://docs.circle.ms/feature/error/index.html") != -1){ //さっき開いてたページにリダイレクト window.location.replace("https://webcatalog-free.circle.ms/"); } }, false);