修改油猴脚本
All checks were successful
部署到腾讯云 / build-and-push (push) Successful in 5s

This commit is contained in:
CN-P5 2025-04-28 15:14:27 +08:00
parent 22bd995053
commit c053c80ac1

View File

@ -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";