practik

Results 35 comments of practik

One other thing I noticed: For pages with no localStorage, the menu shows a count of zero: * Delete current localStorage (0) But for pages like about:addons, and also for...

> To count LocalStorage keys I need to inject a script into the page That makes sense for protected pages, but why is there no count for domains that are...

By the way, it's probably a fluke, but I did stumble across one instance where the expected behavior actually happens under the setup I outlined above: Open https://www.harvardmagazine.com/2000/01/code-is-law-html in tab...

> This would require Add-ons to be able to read the `browser.tabs.insertRelatedAfterCurrent` configuration, which I think is not possible. Ah, I see – too bad. Well, if you had the...

@thoys1 , the problem is that the tab is being redirected a couple of times (to check if you need to be logged in to view the article), and one...

> I'm starting to wonder if the solution would not be to completely remove this bottom bar. Having just installed Kiwix for Firefox I tend to agree. Instead of using...

Ah, sorry, I thought Kiwix JS was only intended to be used as a browser extension. Thanks for the explanation.

Cheers – and thanks to all of you for Kiwix! I'm glad I found another way to contribute.

I'm now using an older phone that's not capable of running Kiwix, so unfortunately I'm not able to test this at the moment. I'll check back in when/if that changes.

Thanks, Jaifroid. > HTML apps are sandboxed in browsers and don't have any access to the file system unless the user explicitly picks the file in question Just to be...