Workaround: Preserve (most) timestamps when syncing between Chrome and Firefox #1755
digicommons
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While slowly transitioning away from Chrome towards Firefox, I wanted to make sure that my bookmark collection stays in sync. For this Floccus seemed to be the tool of choice.
Unfortunately, when pulling bookmarks through Floccus, Firefox decided to reset the
Added
andLast Modified
timestamps to now. This is a limitation of the browser API, not Floccus: #1437 (reply in thread)Fortunately, there is a workaround that preserves all
Added
and most of theLast Modified
timestamps:Ctrl
+Shift
+O
to open the Bookmark manager, then click the three-dot-menu and finally "Export bookmarks")bookmarks_MM_DD_YY.html
to Firefox (Ctrl
+Shift
+O
to open the Bookmark manager, select "Import and Backup", then click "Import Bookmarks from HTML...")Last Modified
timestamp on bookmarks located at the top level as well as on folders at the top level. Bookmarks in subfolders retain theLast Modified
timestamp, as they haven't been modified directly.If in doubt, pause syncing on the source browser, then pull changes through Floccus to target browser. Check if timestamps have been preserved and if Floccus considers hierarchies to be syncable.
Known issues: This approach is not suitable for syncing the Mobile Bookmarks folder, see "Some of my topmost folders are missing in one of my browsers. How can I avoid this?" in the Floccus FAQ.
Beta Was this translation helpful? Give feedback.
All reactions