BBC: hide the live ticker
Hides the scrolling live-coverage ticker that distracts while you read ordinary articles.
Code to copy
/* Hide the scrolling live-ticker clutter on news pages */
[data-component="live-ticker"],
[data-testid="live-ticker"],
[class*="live-coverage-strap" 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.