BBC: hide the app-download banner
Hides the banners and bars that push the BBC app download and appear at the top of pages.
Code to copy
/* Hide "get the BBC app" download banners */
[data-component="app-promo"],
[data-component="smart-banner"],
[class*="app-download" i],
a[href*="bbc.com/news/app"] {
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.