Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Disable "forget about some browsing history"

  • 1 απάντηση
  • 2 έχουν αυτό το πρόβλημα
  • 17 προβολές
  • Τελευταία απάντηση από 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.