搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

how to disable infobar for plugins (ask to activate)

  • 2 个回答
  • 35 人有此问题
  • 42 次查看
  • 最后回复者为 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;
}