Reddit Cleanup

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

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
ssenjii
Denně instalací
0
Celkem instalací
3
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
02. 04. 2026
Aktualizováno
02. 04. 2026
Size
3,9 KB
Licence
GNU GPLv3
Spustit na

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