去除B站直播PK条

自动去除B站直播PK条

目前为 2020-07-11 提交的版本。查看 最新版本

// ==UserScript==
// @name         去除B站直播PK条
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  自动去除B站直播PK条
// @author       nox-410
// @match        https://live.bilibili.com/*
// @require      https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js
// @run-at       document-end
// ==/UserScript==

'use strict';

function main() {
    $("#chaos-pk-vm").hide();
}

main();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址