搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Disable "forget about some browsing history"

  • 1 回覆
  • 2 有這個問題
  • 10 次檢視
  • 最近回覆由 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.

所有回覆 (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.