Remove the watermark of ByteDance wiki documents.
bytedance_watermark_removed by sudoz
Details
Authorsudoz
LicenseMIT
Categoryuserstyles
Created
Updated
Size779 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bytedance_watermark_removed
@version 20210928.08.57
@namespace userstyles.world/user/sudoz
@description Remove the watermark of ByteDance wiki documents.
@author sudoz
@license MIT
==/UserStyle== */
@-moz-document domain("bytedance.feishu.cn"),
domain("code.byted.org"),
domain("cloud.bytedance.net"),
domain("cloud-boe.bytedance.net"),
domain("grafana.byted.org"),
domain("people.bytedance.net"),
domain("vc.feishu.cn"),
url-prefix("grafana.byted.org") {
div[class*='TIAWB'],
div[class*='lark-water-mark-main'],
div[id='bytedance-gitlab-watermark'],
div[id='watermark'],
div[id='hiddenwatermark'],
div[class*='cloud-water-mark'] {
all: initial!important;
display: none!important;
}
}