// ==UserScript== // @author DreamChaser(@薛定谔的404丶) // @description 快速压分、快速压鱼丸、自动签到、自动抢分、自动领观看宝箱、自动参与弹幕抽奖、自动参与弹幕开火、查看积分详情、查看地图详情、查看竞猜信息、快速发弹幕、循环弹幕、去广告、极简模式、挂机模式。 // @icon https://apic.douyucdn.cn/upload/avatar/002/86/30/15_avatar_big.jpg // @name 超级小桀房间小助手 // @version 2.0.0 // @match https://www.douyu.com/* // @grant GM_xmlhttpRequest // @grant GM_setValue // @grant GM_getValue // @grant GM_notification // @namespace https://greasyfork.org/zh-CN/users/285196-dreamchaser // @require https://code.jquery.com/jquery-3.4.1.min.js // @require https://greasyfork.org/scripts/382906-assistant/code/Assistant.js?version=697090 // @connect xiaojie666.com // @connect open.douyucdn.cn // @downloadURL none // ==/UserScript== (function() { var s = document.createElement('script'); document.body.appendChild(s); })()