大白兔联盟

文章搜索
搜索
当前位置:首页 > 前沿技术 > 编程技术 > 文章详情

【油猴】哔哩哔哩 首页精简

大白兔  编程技术  2022-12-8  177  0评论

// ==UserScript==
// @name        哔哩哔哩 首页精简
// @namespace   √新版页面 ×旧版 ×内测 
// @match       *://www.bilibili.com/
// @version     1.0
// @grant       GM_addStyle
// @run-at      document-start
// @require     https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
(function () {
    $(
        function RemoveRotationDiagram() {
            var Interval = setInterval(
                function () {
                    var node = $('.recommended-swipe-core')
                    if (!!node.length) {
                        clearInterval(Interval)
                        node[0].outerHTML = `<img style="object-fit: cover;position: absolute;top: 50%;left: 50%;display: block;min-width: 100%;min-height: 100%;transform:translate(-50%,-50%);border: 1px solid #000000;background: url(https://s1.ax1x.com/2022/11/10/zpbUds.jpg) no-repeat center center;background-size: cover;">`
                        GM_addStyle(`.recommended-swipe-core > *{display: 1!important;}`);
                    }
                }, 100
            )
        }
    )
    GM_addStyle(`.bili-header__bar{position: unset!important;}
    .bili-header__banner{display: none!important;}
    .bili-header.large-header{background-color: brown;z-index: 999;}
    .bili-layout > *:not(.bili-grid.short-margin.grid-anchor){display: none!important;}
    .recommended-swipe-core > *{display: none;}`);
}())

免责声明

本站提供的一切软件、教程和内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络收集整理,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容。如果您喜欢该程序和内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!

挤眼 亲亲 咆哮 开心 想想 可怜 糗大了 委屈 哈哈 小声点 右哼哼 左哼哼 疑问 坏笑 赚钱啦 悲伤 耍酷 勾引 厉害 握手 耶 嘻嘻 害羞 鼓掌 馋嘴 抓狂 抱抱 围观 威武 给力
提交评论

清空信息
关闭评论