Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaise-io/forget-about-this-site
Browser extension that deletes cookies, local storage, browsing history and download history for the website you’re visiting with a single click.
https://github.com/blaise-io/forget-about-this-site
browser-history deletes-cookies history-management web-extension web-extensions
Last synced: 14 days ago
JSON representation
Browser extension that deletes cookies, local storage, browsing history and download history for the website you’re visiting with a single click.
- Host: GitHub
- URL: https://github.com/blaise-io/forget-about-this-site
- Owner: blaise-io
- License: mit
- Created: 2019-02-15T13:32:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T08:56:05.000Z (over 3 years ago)
- Last Synced: 2023-03-24T05:08:49.676Z (over 1 year ago)
- Topics: browser-history, deletes-cookies, history-management, web-extension, web-extensions
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Mozilla Firefox](https://addons.mozilla.org/addon/forget-about-this-site/)
- [Google Chrome](https://chrome.google.com/webstore/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea)## Options
## 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