Skip to content

2024 Reddit - Hide Sidebar on Homepage by rewqxecsvub

Details

Authorrewqxecsvub

LicenseNo License

Categoryhttps://www.reddit.com

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

2024 Reddit - Hide Sidebar on Homepage

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         2024 Reddit - Hide Sidebar on Homepage
@version      20241211.12.37
@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;
}

#main-content {
    max-width: 1200px;
}
}

Reviews

No reviews yet.