Reddit Cleanup

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
ssenjii
Installationen heute
0
Installationen gesamt
3
Bewertungen
0 0 0
Version
1.0
Erstellt am
02.04.2026
Letzte Aktualisierung
02.04.2026
Größe
3,92 KB
Lizenz
GNU GPLv3
Wird angewandt auf

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