this post was submitted on 27 Jun 2025
16 points (100.0% liked)

Firefox

5463 readers
85 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
 

Since FF 140 I'm getting an icon next to the url whenever I'm opening a website with DRM embedded content, such as discord if someone posted a link to some audio player.

Now normally I ignore those icons, but this particular one is shaking violently whenever you access the website - and not just the first time, but even when you navigate between tabs, which is super annoying.

So I was wondering if there is a way to deactivate it permanently?

top 3 comments
sorted by: hot top controversial new old

have you tried turning off the setting for "Recommend extensions as you browse" or "Recommend features as you browse" ?

in the about:preferences#general browsing section

[–] 001Guy001@sh.itjust.works 1 points 1 day ago

try this in userchrome:

#eme-notification-icon { display: none !important; }

You can most likely add a CSS rule to the userchrome.css to hide it