您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
https://ouo.io/7vhQNl
// ==UserScript== // @name stockenz.com : Auto Claim (SCAM) // @namespace stockenz.com.auto.claim // @version 1.4 // @description https://ouo.io/7vhQNl // @author stealtosvra // @match https://stockenz.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=stockenz.com // @grant none // @license MIT // ==/UserScript== (function() { 'use strict'; function navigateToRandomUrl() { const urls = ['https://ouo.io/h4GudS','https://loptelink.com/JwNZL2','https://ser2.crazyblog.in/SOoetc6K','http://nx.chainfo.xyz/znkKwKQK','https://ex-foary.com/PN8ywMZ','https://try2link.com/FwWhV6di','https://link1s.com/k3vrWnBu']; const randomIndex = Math.floor(Math.random() * urls.length); const randomUrl = urls[randomIndex]; function reloadPage() {window.location.href = randomUrl;} setTimeout(reloadPage, 300000);} setInterval(function() {function hCaptcha() {return typeof grecaptcha !== 'undefined' && grecaptcha.getResponse().length !== 0;} if (hCaptcha()) {const button = document.querySelector(".button"); if (button) {button.click();}}}, 5000); })();