Hides the new login banner which appears on the page bottom after a while.
reddit_no_login_banner by r0bc94
Details
Authorr0bc94
LicenseNo License
Categoryreddit.com
Created
Updated
Size171 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name hide_login_banner
@namespace reddit.com
@version 0.0.1
@-moz-document url-prefix("https://www.reddit.com") {
._1CRxXSvUhagxkF2Z5KeFSg {
display: none;
}
}