Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

how to disable infobar for plugins (ask to activate)

  • 2 ప్రత్యుత్తరాలు
  • 35 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 7 వీక్షణలు
  • చివరి సమాధానమిచ్చినది 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

ఎంపిక చేసిన పరిష్కారం

ప్రత్యుత్తరాలన్నీ (2)

more options

ఎంపిక చేసిన పరిష్కారం

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