Søg i 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.

Learn More

Disable "forget about some browsing history"

  • 1 svar
  • 2 har dette problem
  • 10 visninger
  • Seneste svar af cor-el

more options

I don't want it, I don't need it, where is the option for never or to disable it.

I don't want it, I don't need it, where is the option for never or to disable it.

Alle svar (1)

more options

You can move that Forget button to the Customize palette via the right-click context menu: Remove from Toolbar.

Add code to the userChrome.css file below the default @namespace line to hide its pop-up menu.


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

#PanelUI-panicView {display:none!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.