Reddit: hide promoted posts
Removes posts marked as promoted or sponsored along with the ad blocks slipped between regular posts.
Code to copy
/* Hide promoted and sponsored posts in the feed */
shreddit-post[promoted],
shreddit-ad-post,
shreddit-feed article:has(shreddit-ad-post),
shreddit-comments-page-ad {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.