Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

how can i restore bookmark, other then "restore" option in library?

  • 7 réponses
  • 3 ont ce problème
  • 8 vues
  • Dernière réponse par omi

more options

i know how to restore bookmarks in mozilla firefox, but i want an another option to restore bookmarks in firefox where i can just put the name of bookmark and it restore automatically if file is found. please reply if anyone know any other method to restore the bookmark.

i know how to restore bookmarks in mozilla firefox, but i want an another option to restore bookmarks in firefox where i can just put the name of bookmark and it restore automatically if file is found. please reply if anyone know any other method to restore the bookmark.

Solution choisie

A way to restore bookmarks automatically is to delete the places.sqlite and place the JSON backup as only or most recent bookmarks.json file in the bookmarkbackups folder.

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (7)

more options

The places.sqlite file in your profile folder stores your bookmarks and history. You can replace this file with a backup copy while Firefox is closed.

You can also import bookmarks from a backup in HTML format. The key difference is that this will add those bookmarks to the existing ones, rather than replacing the whole set with the backup.

more options

Note that replacing places.sqlite restore the bookmarks and the history as stored in the file. Restoring a JSON backup replaces all bookmarks with the bookmarks in the file.

I'm not sure if I understand how or when you want to restore bookmarks.

Are you doing this that often that you want to do this in a different way?

more options

thnx Gingerbread Man and COR-EL for your reply.

cor-el, basically i am working on a small project by which we can restore bookmarks in mozilla. i am able to get backup file(json) but i need an option by which user only select path of that backup json file and it should automatically restore that file in mozilla. i dont want to write sql query for that. if you have any other idea please suggest. thnx :)

Modifié le par omi

more options

Solution choisie

A way to restore bookmarks automatically is to delete the places.sqlite and place the JSON backup as only or most recent bookmarks.json file in the bookmarkbackups folder.

more options

thnx COR-EL, its working. :)

One more thing is there any way to merge two .json files. say i want my old bookmarks to be there if i restore with new backup file.

thnx again for the solution :)

more options

You can only merge bookmarks by importing an HTML backup because restoring a JSON backup will replace all existing bookmarks.

more options

ok. thnx for your help :)