A Tampermonkey user script that automatically hides promoted (advertisement) posts on Reddit. By targeting specific CSS classes used for promoted content, this script removes those posts from view, providing a cleaner browsing experience.
- Automatically hides promoted posts on Reddit.
- Detects dynamically loaded posts using MutationObserver.
- Works seamlessly on page load and as you scroll.
To install the script, follow these steps:
- Install Tampermonkey (or another user script manager) for your browser.
- Click the link below to install the script:
This script scans for Reddit's promoted posts using specific CSS class names and hides them by setting their display property to none
. It continues to monitor the page for any newly loaded promoted content and hides those as well.
This project is open-source and available under the MIT License.