// ==UserScript== // @name chh后台刷新 // @namespace https://gist.github.com/popu125/c3fb0f5ee2272b78aa36b999fc72994c // @version 0.1 // @description 把chh丢在后台,自动刷新签到 // @author bobo liu // @include https://www.chiphell.com/portal.php?r // @grant none // @downloadURL none // ==/UserScript== (function() { setTimeout( function(){ document.location="https://www.chiphell.com/portal.php?r"; },60000); })();