A simple Firefox extension that clears all cookies and localStorage from the current website with a single click.
- Clear all cookies and localStorage for the current website instantly by clicking the extension icon
- Automatically reloads the page after clearing data
- No popup interface - just one click and done
- Console feedback showing number of cookies and localStorage items cleared
- Download or clone this repository
- Open Firefox and navigate to
about:debugging
- Click "This Firefox" in the left sidebar
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select
manifest.json
- Click the Nookie icon (🍪) in your browser toolbar while on any website
- All cookies and localStorage data for that domain will be instantly cleared
- The page will automatically reload with fresh state
The extension requires the following permissions:
cookies
: To read and remove cookies from websites<all_urls>
: To access cookie information across all websitestabs
: To get the current tab URL and reload the pageactiveTab
: To execute scripts for clearing localStorage
The extension consists of three main files:
manifest.json
: Extension configuration and permissionsbackground.js
: Core logic for cookie and localStorage deletionicon/
: Directory containing extension icons
Feel free to submit issues and enhancement requests!