您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
2023/10/21 00:04:06
// ==UserScript== // @name V2free 自动签到 // @namespace Violentmonkey Scripts // @match https://w1.v2ai.top/user // @grant none // @version 1.0 // @author liguang // @description 2023/10/21 00:04:06 // ==/UserScript== (function(){ 'use stric' setTimeout(function(){ document.getElementById("result_ok").click(); // 选中签到按钮并点击 const button = document.querySelector("#checkin"); if (button) button.click(); window.close(); }, 3000); })();