FF140: Disable DRM icon in browser bar?

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?

19 points · 3 comments · view on lemmy.world

3 Comments

thisbenzingring@lemmy.sdf.org · 6 pts · 1y

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

Interstellar_1@piefed.blahaj.zone · 1 pts · 1y

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

001Guy001@sh.itjust.works · 1 pts · 1y

try this in userchrome:

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