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
447cb74bd29c72677f0f7c63c03d8f0fe9e784b1
parent
2675aee93b378c3b66c4b9072456caa06ac23520
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-04-20 12:02
Gardening

Diffstat

M shared.js 1 -

1 files changed, 0 insertions, 1 deletions


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

@@ -46,7 +46,6 @@ var pushBookmark = function(tab, callback) {
   46    46 			parentId: folder.id,
   47    47 			title: tab.title,
   48    48 			url: tab.url,
   49    -1 			// tab.favIconUrl
   50    49 		}, function() {
   51    50 			updateCount(callback);
   52    51 		});