您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
空投
当前为
// ==UserScript== // @name SayAi // @namespace http://tampermonkey.net/ // @version 6.0 // @description 空投 // @author 酥哈哈 // @match *://*.starrynift.art/* // @match https://www.baidu.com/ // @license MIT // @icon https://www.google.com/s2/favicons?sz=64&domain=blockx.fun // @grant none // @match https://miles.plumenetwork.xyz/nest-staking // @match https://miles.plumenetwork.xyz/plume-arc // @match https://app.solidviolet.com/tokens/1 // @match https://adamdefi.io/swap // @match https://testnet.kappalending.com/#/market // @match *://*.blockx.fun/* // @match *://*.sidequest.rcade.game/* // @match *://*.forge.gg/* // @match *://*.space3.gg/* // @match *://*.adamdefi.io/* // @match *://*.testnet.kappalending.com/* // @match *://*.testnet.zulunetwork.io/* // @match https://testnet.zulunetwork.io/lwazi?code=6S4TVJ // @match *://*.testnet.grofidex.io/* // @match *://*.u2quest.io/* // @match *://*.faucet.uniultra.xyz/* // @match *://*.testnet.blockfun.io/* // @match *://*.miles.plumenetwork.xyz/* // @match *://*.plume.ambient.finance/* // @match *://*.faucet.plumenetwork.xyz/* // @match *://*.miles.plumenetwork.xyz/* // @match *://*.theiachat.chainbase.com/* // @match *://*.genesis.chainbase.com/* // @match *://*.landshare-plume-sandbox.web.app/* // @match *://*.plume.kuma.bond/* // @license MIT // @match *://*.app.solidviolet.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=grofidex.io // @grant none // ==/UserScript== function generateRandomNumberString(length) { const characters = '0123456789'; let result = ''; for (let i = 0; i < length; i++) { result += characters.charAt(Math.floor(Math.random() * characters.length)); } return result; } function generateRandomFloat(min, max) { return Math.random() * (max - min) + min; } (function() { const invalidEvent = new Event('invalid', { bubbles: true, cancelable: true }) let buy = sessionStorage.getItem('buy'); let sell = sessionStorage.getItem('sell'); let staking = sessionStorage.getItem('staking'); let arcName = sessionStorage.getItem('arcName'); let arcDes = sessionStorage.getItem('arcDes'); let solusd = sessionStorage.getItem('solusd'); let zuluswap = sessionStorage.getItem('zuluswap'); var falg1 = true; var falg2 = true; var falg3 = true; var falg4 = true; var i = 0; let result = ''; 'use strict'; setInterval(() => { if (window.location.href == 'https://testnet.grofidex.io/trade' || window.location.href == 'https://testnet.grofidex.io/trade?chain=u2uNebulas'){ const buyTargetElement = document.querySelector("#swap-currency-input > div._1a5xov70._1qhetbf7._1qhetbf1d._1qhetbf4v._1qhetbf7l._1qhetbf3fm._1qhetbf23g > label > div._1a5xov70._1qhetbf1s6._1qhetbf1mc._1qhetbf1pg._1qhetbf7._1qhetbf1k._1qhetbf4v._1qhetbf3ve._1qhetbf1u4._1qhetbf2rk > input") if(buyTargetElement){ if (buyTargetElement.value<=0) { buyTargetElement.focus(); document.execCommand('insertText', false, '1'); buyTargetElement.dispatchEvent(invalidEvent); i++; } } if(i==2){ var sus = document.querySelector("#__next > section > ol > li > div > div > div.sc-jrkPcm.iqWDBF > div") if(sus && !falg1){ window.open('https://u2quest.io/group/191837?type=campaign&ref=4236134392','_self'); } } var value = document.querySelector("#__next > div:nth-child(5) > div > div.sc-hLclGa.sc-fEyylQ.kkKarq.cagFIC > div > div.sc-eDnVMP.sc-gKHVLF.sc-ksJisA.jprOhX.UlmxL.llZPKh > div > h2") if(value && value.innerHTML ==="Confirm Buy"){ falg1 = false; } } if (window.location.href == 'https://miles.plumenetwork.xyz/nest-staking'){ const stakingTargetElement = document.querySelector("#tabs-\\:r6\\:--tabpanel-0 > div > div.chakra-input__group.css-1oliy19 > div.chakra-numberinput.css-6fsd0v > input") if(stakingTargetElement && falg1){ stakingTargetElement.focus(); falg1=false; document.execCommand('insertText', false, '1'); stakingTargetElement.dispatchEvent(invalidEvent); } } if (window.location.href == 'https://miles.plumenetwork.xyz/plume-arc'){ const arcNameTargetElement = document.querySelector("#plume-arc > div.css-35jc09 > div.css-lrnuet > div.css-mqdtaw > input") if(arcNameTargetElement && falg2){ falg2=false; result = generateRandomNumberString(10); sessionStorage.setItem('arcName','5'); arcNameTargetElement.focus(); document.execCommand('insertText', false, result); arcNameTargetElement.dispatchEvent(invalidEvent); } const arcDesTargetElement = document.querySelector("#plume-arc > div.css-35jc09 > div.css-lrnuet > div.css-2rdxv6 > textarea") if(arcDesTargetElement && falg3){ falg3=false; result = generateRandomNumberString(15); sessionStorage.setItem('arcDes',result); arcDesTargetElement.focus(); document.execCommand('insertText', false, result); arcDesTargetElement.dispatchEvent(invalidEvent); } } if (window.location.href == 'https://app.solidviolet.com/tokens/1'){ const inputs = document.querySelectorAll('input[type="text"], input[type="number"], input[type="email"], input[type="password"]'); inputs.forEach(input => { if (input.type === 'text' || input.type === 'number' || input.type === 'email' || input.type === 'password') { if(input && solusd==null){ sessionStorage.setItem('solusd',1); input.focus(); document.execCommand('insertText', false,generateRandomFloat(0.1, 0.5)); input.dispatchEvent(invalidEvent); } } }); } if (window.location.href == 'https://testnet.kappalending.com/#/market'){ const popup = document.querySelector('.MuiDialogContent-root'); if (popup) { const inputOne = document.querySelector("#\\:r4\\:") const input =document.querySelector("#\\:r5\\:") const inputValue = parseFloat(input.innerHTML); const inputOneValue = parseFloat(inputOne.innerHTML); if (inputValue && inputValue<=0 || inputValue==null) { input.focus(); document.execCommand('insertText', false,generateRandomFloat(0.00001, 0.00002)); input.dispatchEvent(invalidEvent); } if (inputOne && inputOne.value<=0 || inputOne==null) { inputOne.focus(); document.execCommand('insertText', false,generateRandomFloat(0.00001, 0.00002)); inputOne.dispatchEvent(invalidEvent); } } } },5000) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址