Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Is there a way to get rid of the plugin icon?

  • 1 odpoveď
  • 1 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď od NoahSUMO

more options

Is there a way to get rid of the plugin icon next to the location bar on sites that have it? It's very distracting.

Is there a way to get rid of the plugin icon next to the location bar on sites that have it? It's very distracting.

Všetky odpovede (1)

more options

Yes, there is. But you will need to install this addon: Stylish extension: https://addons.mozilla.org/en-US/firefox/addon/stylish/

Then create a new style using that addon and copy & paste this code into it:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper /there.is.only.xul);
/* Gray icon saying plugin is active and providing option to block */
#plugins-notification-icon{
 width: 0px !important;
 margin-left: -5px !important;
 margin-right: -5px !important;

Credit goes to jscher2000 for this answer: https://support.mozilla.org/en-US/questions/971526#answer-482527

Upravil(a) NoahSUMO dňa