Greasy Fork is available in English.

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

< Feedback on 哔哩哔哩移除直播遮挡区域

Question/comment

§
Posted: 2024-06-02

建议改成下面那样,更节省资源。

// ==UserScript==
...
// @grant        GM_addStyle
...
// ==/UserScript==

(function () {
  'use strict';

  GM_addStyle("#web-player-module-area-mask-panel > div { display: none }");

})();
11zeAuthor
§
Posted: 2024-06-04

谢谢你,我晚点更新一版。

Post reply

Sign in to post a reply.