2024 Reddit - Hide Sidebar on Homepage
2024 Reddit - Hide Sidebar on Homepage by rewqxecsvub
Details
Authorrewqxecsvub
LicenseNo License
Categoryhttps://www.reddit.com
Created
Updated
Size416 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 2024 Reddit - Hide Sidebar on Homepage
@version 20240229.23.45
@namespace https://userstyles.world/user/rewqxecsvub
@description 2024 Reddit - Hide Sidebar on Homepage
@author rewqxecsvub
@license No License
==/UserStyle== */
@-moz-document url("https://www.reddit.com/"), url("https://www.reddit.com/r/funny/") {
.right-sidebar {
display: none !important;
}
}