自動點擊4Gamers已滿18歲按鈕

自動點擊按鈕,哪次沒滿18歲

目前为 2024-03-29 提交的版本。查看 最新版本

// ==UserScript==
// @name         自動點擊4Gamers已滿18歲按鈕
// @namespace    http://tampermonkey.net/
// @version      0.4
// @description  自動點擊按鈕,哪次沒滿18歲
// @author       鮪魚大師
// @match        https://www.4gamers.com.tw/*
// @grant        none
// @license      MIT
// ==/UserScript==

!function(){"use strict";let e=0;async function t(e){return new Promise((t=>setTimeout(t,e)))}new MutationObserver((async function(n,o){for(const c of n){const n=document.querySelector("button.block.w-full.rounded-lg.border-solid.text-xl.font-medium.leading-none.whitespace-nowrap.p-5.mb-4.text-white.bg-black.border-black");if(n&&(n.click(),o.disconnect()),e++,e>=3)return void(e=0);await t(100)}})).observe(document.documentElement,{childList:!0,subtree:!0})}();

QingJ © 2025

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