Remove clutter from Reddit: search telemetry links, ads, promoted posts, related content sections, and homepage search
Remove clutter from Reddit to restore a cleaner, more focused browsing experience.
Reddit has increasingly promoted ads, AI search features, and clutter that degrade the browsing experience. This script removes distracting elements to help you focus on the content you actually want to see.
Always Enabled:
Toggleable via Tampermonkey Menu:
All settings persist across browser sessions.
Access settings through the Tampermonkey menu (click the Tampermonkey icon, then "Declutter Reddit" submenu).
| Setting | Description | Default |
|---|---|---|
| Remove Related Answers | Removes "Related Answers" sections that appear alongside posts | Enabled |
| Remove Top Posts | Removes "Top Posts" recommendation sections | Enabled |
| Remove Related Posts | Removes "Related Posts" sidebar sections | Enabled |
| Remove Recent Posts | Removes "Recent Posts" sections | Enabled |
| Remove Homepage Search | Removes the large search hero banner on the homepage | Enabled |
Install a userscript manager:
Click the "Install this script" button on this page
Navigate to reddit.com and the script will automatically start removing clutter
The script uses two methods to remove clutter:
All removal actions are logged to the browser console for debugging purposes.
This script runs entirely locally in your browser. It does not:
If you encounter any problems or have suggestions for improvements, please leave a comment on this script page.
MIT License
Copyright (c) 2025 August4067
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.