Google: hide the "Top stories" block
Removes the latest-news carousel inserted between results for queries about current topics.
Code to copy
/* Hide the "Top stories" news carousel inside results */
g-section-with-header:has([aria-label*="Top stories"]),
div[data-attrid*="news"],
#rso > div:has(g-scrolling-carousel [data-news-cluster-id]) {
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.