Hide Reddit elements to hide/clear (Check code to configure what to hide).
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.
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.