Skip to content

抖音隐藏登录提示 by GavoidPro

Screenshot of 抖音隐藏登录提示

Details

AuthorGavoidPro

LicenseNo License

Categorywww.douyin.com

Created

Updated

Size513 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           www.douyin.com - 2023/8/27 14:54:15
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.douyin.com") {
    /*首次加载的登入提示 隐藏*/
    .screen-mask {
      display:none;
    }
    /*评论区的登入提示 隐藏*/
    html .related-video-card-login-guide,
    html[dark] .related-video-card-login-guide {
      display: none;
    }
}

Reviews

No reviews yet.