Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 671 Bytes

Forget about this site

Browser page action button that deletes cookies, local storage, browsing history and download history for the current website.

Add to your browser

Options

Forget about this site

Build instructions

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