您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto Claim
// ==UserScript== // @name Auto Faucet TRX USDT DGB FEY DOGE // @namespace Auto Claim // @version 1.1 // @description Auto Claim // @author lotocamion // @match https://jmcrypto.eu.org/* // @icon https://www.google.com/s2/favicons?sz=64&domain=jmcrypto.eu.org // @grant none // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js // ==/UserScript== (function() { 'use strict'; var address = false; if($('#fp_email')) { $("#fp_email").val("[email protected]");////EDIT WITH YOUR FAUCETPAY EMAIL ADDRESS HERE///// address = true; } setTimeout(function() { if($('input[type=submit]') && (address == true)) { $('input[type=submit]').click(); }}, 5000); setTimeout(function() { if (window.location.href.includes("https://jmcrypto.eu.org/[email protected]")) { document.querySelector("#js-header > nav > ul > li:nth-child(9) > a").click(); }}, 1500); setTimeout(function() { if((document.querySelector("#js-header > a")) && (window.location.href.includes("https://jmcrypto.eu.org/configuracion/"))) { window.location.replace("https://jmcrypto.eu.org/autofaucet/"); }}, 12000); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址