Hides the right sidebar.
7/7/2022, 1:40:50 PM by behrangsa
Details
Authorbehrangsa
LicenseNo License
Categorytwitter
Created
Updated
Size346 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 7/7/2022, 1:40:50 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide Twitter distractions
@author Behrang Saeedzadeh
==/UserStyle== */
@-moz-document domain("twitter.com") {
div.css-1dbjc4n.r-1xcajam.r-ipm5af.r-1hycxz {
display: none;
}
}