Browser extension that deletes cookies, local storage, browsing history and download history for the website you’re visiting with a single click.
- TypeScript 87.2%
- EJS 12.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| .github/workflows | ||
| app | ||
| .gitignore | ||
| .nvmrc | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| PRIVACY.md | ||
| README.md | ||
| screenshot.png | ||
| tsconfig.json | ||
| tslint.json | ||
| webpack.config.ts | ||
Forget about this site
Browser page action button that deletes cookies, local storage, browsing history and download history for the current website.
Maintained fork of the original Forget about this site extension by Blaise Kal. Original code is licensed under the MIT License; ongoing maintenance by Brenno Flávio.
Source and support
- Source: https://git.brennoflavio.com.br/brennoflavio/forget-about-this-site
- Support: contato@brennoflavio.com.br
Add to your browser
Options
Build instructions
Clone or download this repository and open the checkout dir in a shell.
# Install and use the Node.js version in .nvmrc
nvm install
nvm use
# Install npm packages
npm ci
# Build for Firefox
npm run firefox.build
# Build for Chrome
npm run chrome.build