🏠 Home 

哔哩哔哩移除直播遮挡区域

2025-02-21


安装此脚本?
  1. // ==UserScript==
  2. // @name 哔哩哔哩移除直播遮挡区域
  3. // @namespace https://github.com/11ze
  4. // @version 0.1.4
  5. // @description 2025-02-21
  6. // @author 11ze
  7. // @match https://live.bilibili.com/*
  8. // @icon https://i0.hdslb.com/bfs/static/jinkela/long/images/favicon.ico
  9. // @grant GM_addStyle
  10. // @license MIT
  11. // ==/UserScript==
  12. (function () {
  13. 'use strict';
  14. GM_addStyle('.web-player-module-area-mask { width: 0 !important; height: 0 !important; }');
  15. })();