Rob Wu
Rob Wu
Which Firefox version are you using? Do you see any potentially relevant error messages when you open the global console (Ctrl Shift J)? Could you export examples of cookies that...
> Where does the global console open? If you press Ctrl - Shift - J, or go to the menu Tools > Web Developer > Browser Console, then a new...
The extension was originally written for direct use in Chrome (loading the repo itself as an extension at `chrome://extensions` or `--load-extension=` flag). Later I added support for running it directly...
Firefox does not tell when a cookie was created. The use case of searching for recently created cookies could be addressed by offering the ability to save cookies, and then...
@Grossdm Sorry, I forgot to follow up. Please don't close it. Your feature request and suggestions are useful. I have opened a new feature request at: https://bugzilla.mozilla.org/show_bug.cgi?id=1480046
> the containers are exported with key 'storeId' and named by ordinal numbers, seemingly sequential based on order of creation, with any deleted ones missing in the series. This is...
> Wat is Private? "private" geeft aan dat de cookie alleen gebruikt wordt in Privénavigatie vensters (https://support.mozilla.org/nl/kb/privenavigatie-firefox-gebruiken-zonder-geschiedenis). > Dus wat voor regels zijn dat als er info weggaat zoals Buiienradar...
I added a new feature to 1.4 called "whitelist". It can support your workflow as follows: First, you need to add all cookies that you want to preserve to the...
There is the `cookies.onChanged` event, but I have never used it (and don't know if it is reliable / bug-free): https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/cookies/onChanged I am willing to introduce an optional feature to...
@Grossdm I haven't worked on the cookie manager lately. The UI is still not as good as I'd like.