From c053c80ac15d914b57f2925eb6db5009ea2b9cd7 Mon Sep 17 00:00:00 2001 From: CN-P5 Date: Mon, 28 Apr 2025 15:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=B9=E7=8C=B4=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/barrage_monkey.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/barrage_monkey.js b/tools/barrage_monkey.js index 385e697..769359c 100644 --- a/tools/barrage_monkey.js +++ b/tools/barrage_monkey.js @@ -3,28 +3,28 @@ // @namespace http://tampermonkey.net/ // @version 1.4 // @description 微果AI无人直播-弹幕监听助手 -// @description https://docs.des8.com -// @author CN-P5 -// @match https://www.douyu.com/* -// @match https://live.kuaishou.com/u/* -// @match https://live.kuaishou.com/u/* -// @match https://mobile.yangkeduo.com/* -// @match https://live.1688.com/zb/play.html* -// @match https://tbzb.taobao.com/live* -// @match https://redlive.xiaohongshu.com/* -// @match https://www.xiaohongshu.com/livestream/* -// @match https://channels.weixin.qq.com/platform/live/* -// @match https://buyin.jinritemai.com/dashboard/live/control* -// @match https://ark.xiaohongshu.com/live_center_control* +// @author CN-P5 +// @contributor CN-P5 +// @match *://www.douyu.com/* +// @match *://live.kuaishou.com/u/* +// @match *://live.kuaishou.com/u/* +// @match *://mobile.yangkeduo.com/* +// @match *://live.1688.com/zb/play.html* +// @match *://tbzb.taobao.com/live* +// @match *://redlive.xiaohongshu.com/* +// @match *://www.xiaohongshu.com/livestream/* +// @match *://channels.weixin.qq.com/platform/live/* +// @match *://buyin.jinritemai.com/dashboard/live/control* +// @match *://ark.xiaohongshu.com/live_center_control* // @grant none // @namespace https://greasyfork.org/scripts/490966 // @supportURL https://docs.des8.com // @homepageURL https://docs.des8.com // @license GPL-3.0 +// @icon data: image / png; base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8 / 9hAAAASUlEQVQ4jWNgoCYwMTH5b2Ji8p9ceZwKidZIsY2kYhQDSAW0MYAUg8h2AbJltA8DWGiTZQB6lJHlApK8QFFCghlCMMmSoZYgAAAvUMVwhox / egAAAABJRU5ErkJggg == // @downloadURL https://docs.des8.com/tools/barrage_monkey.js // @updateURL https://docs.des8.com/tools/barrage_monkey.js // ==/UserScript== - (function () { "use strict"; let wsUrl = "ws://127.0.0.1:8889";