Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

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”.

Ďalšie informácie

how to eliminate the "tips" box that opens below the google bar

  • 5 odpovedí
  • 1 má tento problém
  • 11 zobrazení
  • Posledná odpoveď od bsilver386

more options

When I open Firefox a "tips" box opens under the search bar. I don't want this tips box to appear.

When I open Firefox a "tips" box opens under the search bar. I don't want this tips box to appear.

Všetky odpovede (5)

more options

In the location bar, type: about:config and hit Enter.

In the filter at the top, copy/paste the following: browser.chrome.toolbar_tips

Double click it to toggle it from "True" to "False"

more options

Do you mean the Bookmarks Toolbar or another toolbar?


Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

more options

I've sent a screen shot to "notifications@support.mozilla.com, and here it is below. I want to eliminate the boxes like the one with the orange "X" that appear automatically when I open the browser.

thanks Bud

more options

You can hide the box that shows the snippets with code in userChrome.css

Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* hide snippet container on the about:home page */
#snippetContainer { display: none !important; }
more options

This is all beyond my paygrade. Maybe one of the grandkids is at home with writing code...