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

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

Learn More

How to clear "recent locations" in Bookmarks

  • 2 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 21 προβολές
  • Τελευταία απάντηση από Jim Cofer

more options

Is there any way to clear the list of previously used locations in the "Add to Bookmarks" applet? Mine have been "frozen" for 4-5 YEARS. In the attached screencap, the entire bottom half of the list is useless - I haven't used "Food Idiots", "Downloads", "MP3" and "Stuff" folders in years.

It's annoying because I use bookmarks almost exclusively for saving sessions (Select All Tabs > Bookmark Tabs), but every time I have to manually select the "Sessions" folder. In fact, when I took the attached screencap I'd just finished saving 11 windows to the Sessions folder... and had to manually select them every time!

Thanks!

Is there any way to clear the list of previously used locations in the "Add to Bookmarks" applet? Mine have been "frozen" for 4-5 YEARS. In the attached screencap, the entire bottom half of the list is useless - I haven't used "Food Idiots", "Downloads", "MP3" and "Stuff" folders in years. It's annoying because I use bookmarks almost exclusively for saving sessions (Select All Tabs > Bookmark Tabs), but every time I have to manually select the "Sessions" folder. In fact, when I took the attached screencap I'd just finished saving 11 windows to the Sessions folder... and had to manually select them every time! Thanks!
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

You can try to run this code in the Browser Console:

await PlacesUtils.metadata.set(PlacesUIUtils.LAST_USED_FOLDERS_META_KEY,[]);

Note that there is a pref that defaults to 7 to set the number of entries to show in this list of recently used folders.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

You can try to run this code in the Browser Console:

await PlacesUtils.metadata.set(PlacesUIUtils.LAST_USED_FOLDERS_META_KEY,[]);

Note that there is a pref that defaults to 7 to set the number of entries to show in this list of recently used folders.