Skip to content

Commit b70ab57

Browse files
committed
feat(kill-watermark): 适配哔哩哔哩直播页马赛克模块 (#38)
1 parent 59bdd3b commit b70ab57

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.changeset/slimy-beds-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'kill-watermark': minor
3+
---
4+
5+
适配哔哩哔哩直播页马赛克模块 [#38](https://github.com/maomao1996/tampermonkey-scripts/issues/38)

packages/kill-watermark/metablock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name:en": "Kill Watermark",
66
"namespace": "maomao1996.kill-watermark",
77
"version": "0.0.2",
8-
"description": "杀死水印(移除烦人的水印,还你一个干净清爽的页面);已适配360 智脑、腾讯文档、飞书、FreeBuf 网络安全行业门户、爱奇艺播放页(右上角 logo、暂停时的广告)、腾讯课堂播放页漂浮水印、哔哩哔哩直播左上角 logo、金山文档、CSDN C 知道、腾讯视频播放页(右上角 logo、暂停时的弹窗广告)、优酷视频播放页(右上角 logo、暂停时的弹窗广告)、语雀",
8+
"description": "杀死水印(移除烦人的水印,还你一个干净清爽的页面);已适配360 智脑、腾讯文档、飞书、FreeBuf 网络安全行业门户、爱奇艺播放页(右上角 logo、暂停时的广告)、金山文档、腾讯课堂播放页漂浮水印、哔哩哔哩直播(左上角 logo、马赛克模块)、CSDN C 知道、腾讯视频播放页(右上角 logo、暂停时的弹窗广告)、优酷视频播放页(右上角 logo、暂停时的弹窗广告)、语雀",
99
"author": "",
1010
"homepage": "",
1111
"supportURL": "",
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
.web-player-icon-roomStatus {
1+
/* 左上角 logo */
2+
.web-player-icon-roomStatus,
3+
/* 马赛克模块 */
4+
#web-player-module-area-mask-panel {
25
opacity: 0 !important;
36
}

packages/kill-watermark/src/sites/live.bilibili.com/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import style from './index.css'
77

88
const site: SiteModule = [
9-
'哔哩哔哩直播左上角 logo',
9+
'哔哩哔哩直播(左上角 logo、马赛克模块)',
1010
'live.bilibili.com',
1111
{
1212
style,

0 commit comments

Comments
 (0)