NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name siteMapBack // @namespace siteMapBack // @version 1.0 // @description 发现网站地图返回 // @author 你们最爱的潘大大 // @match https://www.xiaoniu88.com/*/sitemap/* // @grant none // @license MIT // ==/UserScript== var clock=setTimeout(function(){ //检查页面是否刷完 window.history.go(-1) },100);