斗鱼超级小桀房间工具

快速下注,自动签到,查积分,地图通过率,离线签到

< Feedback on 斗鱼超级小桀房间工具

Question/comment

§
Posted: 2018-11-13
Edited: 2018-11-13

插件失效修复方法

斗鱼修改了一些标签,由于作者未更新,目前插件已失效,我自己修复了一下 修复方法: 将162行左右的danmu()函数替换成这样的:

function danmu(str){
    if($('div.ChatSend-button').text()=='发送'){
        if (str == lastText){
            str = str + " " + Math.ceil(Math.random()*5)
        }
        document.getElementsByClassName('ChatSend-txt')[0].value=str;
        document.getElementsByClassName('ChatSend-button')[0].click();
        lastText = str;
    }
}
zyz2000Author
§
Posted: 2018-11-21

谢谢,更新到脚本里了!

Post reply

Sign in to post a reply.