BBC: hide related stories
Removes the "Related" and "More on this story" blocks that tempt further clicking at the end of an article.
Code to copy
/* Hide the "Related" and "More on this story" blocks */
[data-component="links-block"],
[data-component="see-alsos"],
section[aria-labelledby*="related" i] {
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.