Add and edit cookies
Hello all!
I’m looking for a program that will let me add and edit cookies for the particular page that I am on at the point in time.
For example firebug lets me edit the cookies but as far as I can tell wont let me add them (please correct me if I’m wrong).
Other programs bring up every single cookie I have across all websites and this makes it hard to work with.
Would anybody be able to recommend a piece of software (preferably a browser extension).
Many thanks.
-Shadowman
“Edit This Cookie” for Google Chrome
Edit, Add, Delete, Import, Export and more:
https://chrome.google.com/webstore/detail/edit-this-cookie/fngmhnnpilhplaeedifhccceomclgfbg
Edit: Somehow the feedback seems to be very bad on that page, I never had any problems with it but you may try it for yourself.
I can’t see any problem when the programs/add-ons/extensions remember all cookies from websites you have visited. They are supposed to do that. Can you clarify that for me?
For Firefox: Cookie Manager+ is my choice. But it remembers ALL cookies. :D
Yeah firebug lets you add cookies.
When in firebug go to the cookies menu and then click on cookies and then click create cookie.
And yes for chrome use Edit This Cookie, it works brilliantly and I have had no problems with it so far.
This can also easily be done using javascript, which can be run in the console, if someone for some reason would want to do that.
http://stackoverflow.com/questions/1704991/can-i-modify-or-add-cookies-from-javascript
print(", ".join([str(x) for x in range(1,100) if not [y for y in range(2, x) if x%y==0]]))