Reddit Cleanup

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
ssenjii
Installazioni giornaliere
0
Installazioni totali
3
Valutazione
0 0 0
Versione
1.0
Creato il
02/04/2026
Aggiornato il
02/04/2026
Dimensione
3,92 KB
Licenza
GNU GPLv3
Applica a

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