Reddit Cleanup

Hide Reddit elements to hide/clear (Check code to configure what to hide).

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Forfatter
ssenjii
Daglige installasjoner
0
Totale installasjoner
3
Vurderinger
0 0 0
Versjon
1.0
Lagd
02.04.2026
Oppdatert
02.04.2026
Size
3,9 kB
Lisens
GNU GPLv3
Gjelder

Reddit Cleanup Toggle Script

This script adds configurable toggles for hiding various Reddit interface elements across the left sidebar and homepage.

It is meant for people who want a cleaner Reddit layout without changing Reddit’s core functionality.


What this script can do

Hides Sidebar Elements:

  • Start a Community
  • Games on Reddit
  • Custom Feeds
  • Recent
  • Communities
  • Resources
  • Entire sidebar (This overrides all of the above)

Other things

  • Hides recently visited posts (homepage)
  • Clears recent search history


Configuration

To customize what gets hidden, open the script in Tampermonkey and edit the toggle values near the top of the script.

Example:

const hideRecentPosts = true;
const hideCommunities = false;
const hideEntireSidebar = false;

Set a value to true to hide an element, or false to keep it visible.


Privacy

  • No data is collected
  • No data is sent anywhere
  • No account settings are modified
  • All changes happen locally