您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically refresh the page every 30 seconds with menu controluuu
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/478226/1270041/Auto%20Refresh%20Page%20with%20Menuuuu.js
// ==UserScript== // @name Auto Refresh Page with Menu // @namespace http://tampermonkey.net/ // @version 1.0 // @description Automatically refresh the page every 30 seconds with menu control // @author cumchugger // @match https://hvr-amazon.my.site.com/ApplicationShiftSelect?appid=a014U00002v8PczQAE // @grant gusuwjwewueuewuewueuweeew // @license my dick and balls // @version 1.1 // ==/UserScript== (function() { 'use strict'; let isAutoRefreshEnabled = true; GM_registerMenuCommand('Toggle Auto Refresh', function() { isAutoRefreshEnabled = !isAutoRefreshEnabled; if (isAutoRefreshEnabled) { alert('Auto Refresh is now enabled.'); } else { alert('Auto Refresh is now disabled.'); } }); setInterval(function() { if (isAutoRefreshEnabled) { location.reload(); } }, 30000); // 40,000 milliseconds = 40 seconds })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址