Skip to content

Commit

Permalink
feat(kill-watermark): 适配腾讯课堂播放页
Browse files Browse the repository at this point in the history
  • Loading branch information
maomao1996 committed Sep 24, 2023
1 parent a3013f0 commit dc70ff1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-carrots-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'kill-watermark': minor
---

适配腾讯课堂播放页
5 changes: 3 additions & 2 deletions packages/kill-watermark/metablock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "删除水印(Kill Watermark)",
"namespace": "",
"version": "0.0.2",
"description": "删除水印(移除烦人的水印,还你一个干净清爽的页面);已适配稿定设计、腾讯视频、爱奇艺、优酷、哔哩哔哩直播",
"description": "删除水印(移除烦人的水印,还你一个干净清爽的页面);已适配稿定设计、腾讯视频、爱奇艺、优酷、哔哩哔哩直播、腾讯课堂",
"homepage": "",
"supportURL": "",
"updateURL": "",
Expand All @@ -13,6 +13,7 @@
"*://v.qq.com/x/cover/*",
"*://www.iqiyi.com/*",
"*://v.youku.com/*",
"*://live.bilibili.com/*"
"*://live.bilibili.com/*",
"*://ke.qq.com/course/*"
]
}
8 changes: 8 additions & 0 deletions packages/kill-watermark/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ watermark-layer {
.web-player-icon-roomStatus {
opacity: 0 !important;
}

/*
* 腾讯课堂播放页漂浮水印
* https://ke.qq.com/course/list?mt=1001&st=2004&quicklink=1
******************************************************************************/
#loki-player div[style*='position: absolute;'] {
display: none !important;
}

0 comments on commit dc70ff1

Please sign in to comment.