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?
You must log in or register to comment.
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
try this in userchrome:
#eme-notification-icon { display: none ; }
You can most likely add a CSS rule to the userchrome.css to hide it