bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
a23c0e74e2bdbb23b3e5ccd5077deb84becaa17f
parent
f89bd0f2cf22ac96668df785a86761e85ea0df27
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-24 07:16
typo

Diffstat

M shared.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/shared.js b/shared.js

@@ -7,7 +7,7 @@ var getRootFolder = async function() {
    7     7 		var folder = await chrome.bookmarks.get('unfiled_____');
    8     8 		return folder[0];
    9     9 	} catch {
   10    -1 		// In chrome, it the folders are indexed depth-first.
   -1    10 		// In chrome, the folders are indexed depth-first.
   11    11 		// So root is 0, "bookmark bar" is 1, "other bookmarks" is 2.
   12    12 		// However, if you already had bookmarks when ids were introduced,
   13    13 		// "other bookmarks" may have a higher id.