Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

how to disable infobar for plugins (ask to activate)

  • 2 Antworten
  • 35 haben dieses Problem
  • 45 Aufrufe
  • Letzte Antwort von Ede_123

more options

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

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

Ausgewählte Lösung

Alle Antworten (2)

more options

Ausgewählte Lösung

hello m8rr, yes that's possible - please see: https://addons.mozilla.org/firefox/addon/hide-plugin-notifications/

more options

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;
}