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
6fb980ce774f1852d5dddf8cc1ac0d636cca9342
parent
14c626384afc8d1728798d22661a04b1f0d20837
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-10-15 10:26
link firefox favicon issue

Diffstat

M stack.js 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -10,6 +10,7 @@ var render = function(element, items) {
   10    10 			if (chrome && typeof browser === 'undefined') {
   11    11 				icon.src = 'chrome://favicon/' + item.url;
   12    12 			} else {
   -1    13 				// see https://bugzilla.mozilla.org/show_bug.cgi?id=1315616
   13    14 				var rootUrl = item.url.split('/').slice(0, 3).join('/');
   14    15 				icon.src = rootUrl + '/favicon.ico';
   15    16 			}