[twitter.com] hide login dialog
[twitter.com] hide login dialog by hi-ogawa
Details
Authorhi-ogawa
LicenseNo License
Categorytwitter.com
Created
Updated
Size467 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 [twitter.com] hide login dialog
@version 20220409.04.13
@namespace userstyles.world/user/hi-ogawa
@description [twitter.com] hide login dialog
@author hi-ogawa
@license No License
==/UserStyle== */
@-moz-document regexp("https:\\/\\/twitter\\.com/[^/]+") {
html {
overflow: initial !important;
}
#layers {
display: none;
}
div[data-testid="sidebarColumn"] section[aria-labelledby] {
display: none;
}
}