Reputation: 61401
I am doing some testing of firefox and got myself into situation where I need some cookies to be present while some others to be removed. I could write javascript that would do this, but was wondering if there is a way to do it via UI, like it can be done on Chrome dev tools.
Upvotes: 2
Views: 133
Reputation: 8359
You can do this with a raw firefox:
First click on the small earth/lock logo at the left of the address:
Then click on "More informations"
In the popup, click "See the cookies"
In the second pop-up, you can selected and delete any cookie.
Upvotes: 1
Reputation: 7921
You can do this with the Web Developer extension, which adds various web developer tools to the browser.
Right click on page
Select Web Developer
Select `Cookies
Select View Cookie Information
The resulting tab/window has options to Delete
and Edit
the cookies for the current web page.
Upvotes: 1