您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
自动领取斗鱼的鱼丸,自动等待,自动发送弹幕增加领取机率 get the yuwan from douyu automatically
当前为
// ==UserScript== // @name 斗鱼自动抢鱼丸 // @namespace http://tampermonkey.net/ // @version 0.1.5 // @description 自动领取斗鱼的鱼丸,自动等待,自动发送弹幕增加领取机率 get the yuwan from douyu automatically // @author Chuck // @match https://www.douyu.com/* // @match http://www.douyu.com/* // @grant none // ==/UserScript== console.log("鱼丸自动领取已经启动"); setInterval(function(){ if($(".peck-cdn").html()!="loading...") { console.log("发现礼物"); try{ eval("timer"); clearInterval(timer); } catch (e){} timer = setInterval(function(){ if($(".peck-cdn").html()=="领取") { $(".cs-textarea").val("666666 "+Math.random()*100%1); $(".b-btn").click(); $(".peck-cdn").click(); if($(".peck-cdn").html()=="loading...") clearInterval(timer); } },500); } }, 10000);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址