
ToastKit - reset one site, not your entire browser.
Clear cookies, cache, and storage for the site you're on.
A Chrome extension by YvonLabs
Reset cookies, cache, storage, and permissions for the current site without touching the rest of your browser.
ToastKit began as a simple script to reset one domain during testing. I refined it into a lightweight tool for anyone who needs a quick, contained reset without losing other sessions.
- Targeted control - reset data only for the current site or include subdomains.
- Granular options - choose which data to clear: cookies, cache, localStorage, or sessionStorage.
- Instant feedback - see what was reset after each action.
- Keyboard shortcut - press Alt + T to instantly reset the current site.
- Simple interface - one click, one site, nothing else touched.
ToastKit uses Chrome’s privacy APIs to selectively clear cookies, cache, and storage only for the active domain. It gives you a clean slate without affecting other tabs or logins.
| Popup | Toasted State |
|---|---|
![]() |
![]() |
For local development or manual installation:
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable Developer Mode in the top right corner.
- Click Load unpacked and select your ToastKit folder.
- The
ToastKit icon will appear in your toolbar.
- Visit any site.
- Click the ToastKit icon.
- Select what to reset.
- Click TOAST THIS SITE.
Created by YvonLabs - building EU-centric, privacy-respecting tools.
Logo & design by YvonLabs.
Licensed under the MIT License.
- Chrome Extension (Manifest V3)
- Service-worker background script (
background.js, module-based) - Popup UI built with plain HTML, CSS, and vanilla JavaScript
- Uses Chrome APIs:
chrome.browsingData- clear cookies, cache, and storage for the current sitechrome.cookies- inspect or remove cookieschrome.contentSettings- reset site permissions (camera, mic, notifications)chrome.storage- save user preferences for what to resetchrome.tabs/chrome.activeTab- detect the active sitechrome.commands- enable keyboard shortcuts (Alt + T)
v0.2.0
- Restored “Toasted” visual feedback 🔥
- Added cookie count details (e.g., 7/7)
- Improved advanced control sync
- Refined visual padding and popup layout
Follow updates and other projects from YvonLabs at
👉 https://yvonlabs.github.io
Minimal • Fast • Focused © YvonLabs

