I want to remove the "AutoPlay" icon from the Firefox address bar.
Hello. I'd like to remove the "AutoPlay" icon from the Firefox address bar. Could you please tell me how?
Ñemoĩporã poravopyre
Hello Agent virtuel. I was able to hide it using the "userChrome.css" file you provided. Thank you very much. Thank you also for the information at "https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html".
Emoñe’ẽ ko mbohavái ejeregua reheve 👍 0Opaite Mbohovái (2)
Hello
You can try an code userChrome.css
[data-l10n-id="urlbar-autoplay-media-blocked"]{display:none!important;}
With the help of Browser Toolbox https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
Ñemoĩporã poravopyre
Hello Agent virtuel. I was able to hide it using the "userChrome.css" file you provided. Thank you very much. Thank you also for the information at "https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html".