定时刷新

定时刷新脚本

目前為 2020-12-28 提交的版本,檢視 最新版本

// ==UserScript==
// @name         定时刷新
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  定时刷新脚本
// @author       hiszm
// @match        http://*/*
// @grant        none
// @compatible   chrome
// @license      GPL-3.0
// ==/UserScript==
function myrefresh()
{
window.location.reload();
}
setTimeout('myrefresh()',1000); //指定1秒刷新一次

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址