72 (@ageovb) 在 【72 的小玩意 002】油猴脚本:弹窗中包含指定域名自动点击继续按钮 中发帖
跳转到 GitHub 也要手动点击 继续 按钮,觉得太烦了,Vibe 了这个小脚本
// ==UserScript==
// @name Auto Click Popup Continue
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 当弹窗中包含指定域名时,自动点击弹窗中的"继续"按钮
// @author Your Name
// @match https://linux.do/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function () {
"use strict";
// 配置:需要检测的域名列表(支持...