How to hide elements permanently in Chrome
Browser devtools can delete an element, but it comes straight back on refresh.
BowerBird writes a stable CSS rule instead of deleting a node, so the element is gone on the next visit and the one after that.
Why the usual fixes do not stick
The devtools approach fails because it edits the live DOM, and the DOM is rebuilt on every load. Custom userstyle extensions work, but require you to write CSS by hand and to find a selector that survives the next deploy. Generating a stable selector is the hard part, and it is the part worth automating.
How to do it with BowerBird
- Right-click anything on any page.
- Choose Hide this element with BowerBird.
- Use the scope chips to hide just that item, everything like it, or the whole container.
- Manage or undo every rule from the settings page.
Worth knowing: If a site is redesigned, a rule can stop matching. BowerBird flags rules built on unstable handles at the moment you create them.
Without granting access to every site you visit
BowerBird installs without asking to read or change your data on any website. Its ad and tracker blocking runs on rules the browser applies itself, which needs no site access at all. When you hide your first element on a site, it asks for that one site, from your click, and you can revoke it later in settings.
Compared with Free element hiders
They are free and simple. For hiding a handful of elements on sites you visit daily they are entirely sufficient, and you do not need BowerBird.
| Free element hiders | BowerBird | |
|---|---|---|
| Manual element hiding | Yes | Yes, unlimited, free |
| Survives a site redesign | Often positional selectors | Stable handles, flagged when not |
| Hide all similar in one click | Rarely | Yes |
| Ad and tracker blocking included | No | Yes |
| Finds the clutter for you | No | Yes (Pro) |
The honest question is whether pointing at everything yourself is tedious enough to pay once to avoid. If it is not, use the free ones.
Hide your first annoyance free - no account, no subscription.
Get it free for Edge Get it free for FirefoxFree includes unlimited manual rules. Pro is $12 one-time, no subscription.
Get the release notes
One email when the Firefox build lands, and when new features ship. Nothing else, and you can leave any time.