Browser page action button that deletes cookies, local storage, browsing history and download history for the current website.
Clone or download this repository and open the checkout dir in a shell.
# Install npm packages
npm ci
# Build for Firefox
npm run firefox.build
# Build for Chrome
npm run chrome.build