Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add option to clear data on exit or startup. #28

Open
azhe403 opened this issue May 29, 2020 · 4 comments
Open

Please add option to clear data on exit or startup. #28

azhe403 opened this issue May 29, 2020 · 4 comments

Comments

@azhe403
Copy link

azhe403 commented May 29, 2020

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@dessant
Copy link
Owner

dessant commented Jul 12, 2020

Clearing data on exit would not be possible with the current extension API, but clearing it on startup could be implemented.

@azhe403
Copy link
Author

azhe403 commented Apr 1, 2021

look good, clearing data on startup

@meichengg
Copy link

Hi @dessant, may we know would this be implemented on Firefox?

@neuralstring
Copy link

I attempted to submit a pull request, but apparently: “This project does not accept pull requests.”,
Open source at its finest 😒
However, you can still apply the patch. Just pull the code, apply #56, and build the extension:

$ // Install git, node, and curl before running these commands.
$ git clone https://github.com/dessant/clear-browsing-data.git
$ cd clear-browsing-data
$ curl https://github.com/neuralstring/clear-browsing-data/commit/99308e4e0511bff72b446c074e1e00db18f8d121.patch | git apply -v
$ npm install --save-dev
$ npm run build:prod:chrome
  1. Then go to the browser extension settings
  2. Select developer mode
  3. Select load extension
  4. Select {extension_directory}/dist/{browser}/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants