Hides the login modal/overlay. This style may still break some other parts of the website.
TikTok - Hide login modal by denilsonsa
Details
Authordenilsonsa
LicensePublic domain
Categorytiktok
Created
Updated
Code size450 B
Code checksum44ba5905
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name TikTok - Hide login modal
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the login modal/overlay. This style may still break some other parts of the website.
@author Denilson
==/UserStyle== */
@-moz-document domain("tiktok.com") {
html body.hidden {
overflow: auto;
}
html .css-behvuc-DivModalContainer {
display: none !important;
}
}