Отзиви за Cookie Quick Manager
Cookie Quick Manager от Ysard
7 отзиви
- Оценена с 2 от 5от KirkH420, преди 3 годиниWhen I first installed this add-on, I was initially impressed with the user interface but once I actually began attempting to use it's features it rapidly became clear that the developer(s) have made absolutely no attempt at helping the learning curve. This isn't helped by the fact that the UI needs a lot of polishing to smooth out quirks. The quirks are not only annoying, but they also don't help when trying to figure out how the add-on works.
User Interface needs polishing:
Things that seem minor can actually be major annoyances for the user. For example...
The Subdomains checkbox, when clicked, will reset the user's current selected index in listbox. Why wouldn't it first store the text associated with the selected index, then after it populates the listbox, loop over the items until it finds the index of the stored text? Or maybe there's a better way of holding the user's position in that list, I don't know. It may seem trivial, but it's not. That checkbox should function more like a toggle, so the domain that the user is working on will persist between toggle-on and toggle-off.
The Refresh button has the same effect on the listbox. Whatever cookie I had selected before clicking refresh..... I have to find it again because the list has been reset to index0.
There's a setting labeled 'httpOnly' but then it's mouseover tooltip explains that it's really talking about Https. Why make it confusing? Am I setting it HTTPS-only or not?
The IsSecure and IsSession checkboxes are confusing in functionality and description. IsSecure's tooltip says virutally the same thing as the httpOnly checkbox's tooltip.
The IsSession checkbox says that it forces the cookie to expire at the end of session. You're assuming the user knows what you mean by "session." Do you mean browser session? The cookie gets deleted when I close my browser? Do you mean the cookie gets deleted if I log-out of this website? These things are obvious to YOU, but not a new user, especially one who's not a web designer.
Context: this container selection dropdown doesn't explain what it is, most FireFox users dont have the toolbar visible. I wasn't even aware that Mozilla added this goofy idea until I looked into why this add-on needs 'Container Permissions'. (I was thinking, what the heck is a container?) These are a concept I will NEVER use. LOL!
There's definite bugs in how the IsSecure checkbox works. Sometimes I check it and click save, and then suddenly BOTH IsSecure and Is IsSession checkboxes are active. Other times I click IsSecure and save and the IsSecure box becomes unchecked. Other times I click httpOnly and then save, and then httpOnly becomes unchecked and then IsSecure+IsSesson both become checked. WOW!
The above is related to this next problem. When I click the Save button twice, it seems to be acting like a Toggle. The httpOnly, IsSecure, IsSession boxes will check and then uncheck. And they keep toggling on and off if I keep clicking Save. What the heck could be the purpose of that? If that's intentional, then you need to explain what it's doing. However it makes no sense to me. Is the save button doubling as a Load-saved-data function or something?
I honestly dont' have time to spend, trying to figure out what is a bug and what is the intended design, all at the same time as trying to learn how to make the add-on work for my needs. Apparently it's not as 'Quick' as advertised. Maybe I'll come back and give it another try after it's had more time to smooth out the UI. But by then, I may have found the cookie add-on that works the way I need. - Оценена с 2 от 5от ak2766, преди 5 годиниUnfortunately, I was looking for something that will save cookies in the Netscape format - this one doesn't. Or maybe it think it does (I saw mention of Netscape in the change log), but other tools such as youtube-dl do not recognize the cookies.txt file saved by this extension.
I've recently learned that this cookie manager does not import cookies correctly. I was messing around with Evilginx and I could not get it to work. I then tried Cookie-Editor (by cgagnier) and I was able to get it work as shown in the YouTube videos. I could not figure out how to import cookies into a specific container. Also, even in incognito, it still shows all cookies so not sure where my imported cookies wound up. - Оценена с 2 от 5от Firefox user 14528868, преди 5 годиниI cannot select certain cookies to delete after searching. I have to delete them one by one from each domain, or all of the cookies that appear in the search results.
Cookie Manager from Rob W is still way better than this one. Firefox should be recommending the cookie manager from ROB W, and work on developing that one instead.Отговор от разработчика
публикувано на преди 5 годиниIn fact if you right click on the displayed domain, after doing 1 search, then by clicking on "delete" on the context menu, you will erase the cookies leaving those not concerned by your search.
No software is ever 100% complete; it is a continuous work for which many people are involved: not only to write code, but also to raise bugs and submit improvements ... - Оценена с 2 от 5от Firefox user 15183223, преди 5 години
- Оценена с 2 от 5от Rulatir, преди 6 годиниInitially promissing but just flat out stops working after a while. I add a cookie correctly for the domain (both dotted and not dotted, tried both ways), enter name and value, enter path '/', check the session checkbox. I expect the cookie to be sent to the domain with requests. It doesn't get sent. After a while it disappears, i.e. the search can no longer find it.
Promising but broken.
EDIT to reply to the add-on's author's response:
I know when cookies can be refreshed. The site in question is one I am developing, and the cookie is neither interacted with on the client side, nor ever set by the server; it's just a flag to enable certain debugging functionality and it used to be a GET param but we decided to switch to a cookie and use an add-on like yours to set it whenever we need.
Unfortunately I don't have time to debug your add-on, I simply need one that JustWorks™, and in fact I found one.Отговор от разработчика
публикувано на преди 6 годиниHi your feedback is interesting;
Nevertheless, I use this addon frequently and to my knowledge the use case you mention is functional...
However, no project is immune to a bug and you should create an issue on the project submission so that we can better understand what you are trying to do. This platform is dedicated to managing bug reports and improvement proposals while addons-mozilla.org is dedicated notations.
Basically a cookie can be refreshed/deleted by JavaScript code without reloading a page, or every time a page is viewed manually.
If you put content in the cookie that the server does not recognize as valid or that does not match the content of other cookies on the same site, or if you put information from an expired session on the server side (you can't really know that), the server may decide at any time to delete or modify your cookie.
This is totally independent of browser configuration or addon behavior.
Have you tried to visualize the status of your cookie via the Firefox development tools Ctrl+Shift+K, "Storage" tab?
You will find more information on these sites:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#Session_cookies
--
https://stackoverflow.com/questions/4132095/when-does-a-cookie-with-expiration-time-at-end-of-session-expire
"This is entirely up to the user agent, i.e. the user's browser, but usually, that will indeed be when the browser is closed"
--
https://security.stackexchange.com/questions/33692/what-typically-is-the-expiration-date-of-a-session-cookie
"Cookies that 'expire at end of the session' expire unpredictably from the user's perspective!"
"If there is no expiry set on the cookie, then it is a session cookie and will live as long as the browser is open, and the sessionid is valid. If the server expires the authenticated sessions periodically, then the cookie will no longer be attached to a session on the server and will therefore be essentially null."
EDIT to reply to the Rulatir's response:
Have you thought about clicking on the button "Save the current cookie" to finalize the creation of your new cookie? I only see this explanation.
I'm just asking for a full bug report describing the situation. As it stands I can only say that this addon works because I can not reproduce your approach on various sites I tested: The addon uses the Mozilla's APIs to create the cookies and the cookie is actually created in the database AND sent by GET requests with the other cookies. - Оценена с 2 от 5от Firefox user 14021322, преди 6 годиниI really want to like this add-on because the concept is great and the interface is good; however, there is a huge flaw. I will delete a cookie from a given website like Youtube using this Cookie Quick Manager but when I go into my Preferences>Privacy Security>Manage Data and open the folder, THE COOKIES ARE STILL THERE :(
I generally love Firefox but I am furious how they changed the cookies. They used to be so easy to delete but now you have to jump through a lot of excessive hoops to delete your cookies. This is a nefarious attempt to favor tracking your behavior and is total garbage. I was hoping this add-on would liberate me from the cookie fiasco created by Firefox but I don't think it works for the aforementioned reason. Отговор от разработчика
публикувано на преди 6 годиниHi, can you develop your review so that I can see what can be improved?