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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-19 03:34:16 +00:00
.forgejo/workflows update extension code to comply with latest webpack dependencies, rebrand 2026-09-18 23:35:50 -03:00
.github/workflows update extension code to comply with latest webpack dependencies, rebrand 2026-09-18 23:35:50 -03:00
app comply with mozilla suggestions 2026-09-19 00:21:07 -03:00
.gitignore Include package-lock.json 2021-06-07 12:25:40 +02:00
.nvmrc update extension code to comply with latest webpack dependencies, rebrand 2026-09-18 23:35:50 -03:00
LICENSE update extension code to comply with latest webpack dependencies, rebrand 2026-09-18 23:35:50 -03:00
package-lock.json chore: release 1.9.3 2026-09-19 03:34:16 +00:00
package.json chore: release 1.9.3 2026-09-19 03:34:16 +00:00
PRIVACY.md replace notifications with alerts 2026-09-19 00:02:18 -03:00
README.md update extension code to comply with latest webpack dependencies, rebrand 2026-09-18 23:35:50 -03:00
screenshot.png Add screenshot 2021-05-17 21:19:05 +02:00
tsconfig.json First commit 2019-02-15 14:34:18 +01:00
tslint.json Only remove data tied to the current website 2019-02-15 19:46:59 +01:00
webpack.config.ts replace notifications with alerts 2026-09-19 00:02:18 -03:00

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

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 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