Reddit Cleanup

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
ssenjii
Dziennych instalacji
0
Wszystkich instalacji
3
Oceny
0 0 0
Wersja
1.0
Utworzono
02-04-2026
Zaktualizowano
02-04-2026
Rozmiar
3,92 KB
Licencja
GNU GPLv3
Dotyczy

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