Recaptcha clicker

Clicks on the button

安裝腳本?
作者推薦腳本

您可能也會喜歡 Adfly-skipper

安裝腳本
// ==UserScript==
// @name         Recaptcha clicker
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Clicks on the button
// @author       giuseppe-dandrea
// @match        http*://www.google.com/recaptcha/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(function() { document.getElementsByClassName("recaptcha-checkbox-checkmark")[0].click(); }, 1000);
})();

QingJ © 2025

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