how to disable infobar for plugins (ask to activate)
Allow (url) to run "Adobe Flash"? [Block Pligin] [Allow] X
how to disable this infobar? plugins.hide_infobar_for_blocked_plugin or plugins.hide_infobar_for_outdated_plugin are not working.
i need ask to activate function but dont need this infobar. FF26
Wubrane rozrisanje
hello m8rr, yes that's possible - please see: https://addons.mozilla.org/firefox/addon/hide-plugin-notifications/
Tutu wotmołwu w konteksće čitać 👍 7Wšě wotmołwy (2)
Wubrane rozrisanje
hello m8rr, yes that's possible - please see: https://addons.mozilla.org/firefox/addon/hide-plugin-notifications/
It's also possible to just add the following code to your "userChrome.css":
/* don't display click-to-play notification for disabled hidden plugins */ notification[value="plugin-hidden"] { display: none !important; }