B站直播页面简洁版+自动签到

隐藏页面多余没用的东西

当前为 2022-05-09 提交的版本,查看 最新版本

// ==UserScript==
// @name         B站直播页面简洁版+自动签到
// @namespace    http://tampermonkey.net/
// @version      0.1.3
// @description  隐藏页面多余没用的东西
// @author       似血
// @match        https://live.bilibili.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @grant        none
// ==/UserScript==

(function() {
    window.onload = function(){
        document.getElementsByClassName('checkin-btn')[0].click();
        document.getElementById('sections-vm').remove();
        document.getElementById('link-footer-vm').remove();
        document.getElementById('my-dear-haruna-vm').remove();
        document.getElementById('sidebar-vm').remove();
    }
})();

QingJ © 2025

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