Reddit: hide recommended-community injections
Filters out the "recommended for you" community cards that Reddit slips between posts in the home feed.
Code to copy
/* Hide "recommended for you" community cards injected into the home feed */
shreddit-feed article:has(community-list-item),
shreddit-feed recommended-communities,
shreddit-feed community-recommendation-list,
shreddit-feed article:has([data-testid="recommendation"]) {
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.