Infocatcher

Results 45 issues of Infocatcher

Other side of #51. It's better to move tabs to non-private window(s), but only Firefox has gBrowser.swapBrowsersAndCloseOther() method... Anyway, this case should be very rare. :)

enhancement

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/contentScripts Firefox 59+

enhancement

Note: currently does nothing with Tab Kit 2nd Edition, see tabkit/tabkit2#31

Something changed in XBL handling, so items inside <toolbarbutton> isn't displayed (but exists in DOM). Strange workaround: ``` javascript get statusCounter() { let statusCounter = document.getElementById('brief-status-counter'); if (!statusCounter) return null;...

bug
ui

Initial state: ``` [ Some starred/bookmarked entries ] [ Some skipped entries aka "to read later" ] [ Entry with "mark entry as read" button under cursor ] (we read...

enhancement
ui