Greasy Fork is available in English.
定时刷新脚本
定时刷新页面
setTimeout(function(){location.reload();}, 1000);
默认1秒(1000=1秒) 可以自己调整
setTimeout(function(){location.reload();}, 10000);
十秒
// @match *://*/*
默认匹配所有网页
可以自己调整
例如 某一个站点
// @match http://www.baidu.com/*
或者 某一个页面
// @match https://github.com/hiszm
或者多个网页
// @match http://www.baidu.com/*
// @match https://github.com/hiszm
// @match https://cn.bing.com/*
// @match https://cn.bing.com/academic/?FORM=Z9LH2