dessant / clear-browsing-data

Browser extension for clearing browsing data, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/clear-browsing-data/
GNU General Public License v3.0
185 stars 22 forks source link

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

Open azhe403 opened 4 years ago

azhe403 commented 4 years ago

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 commented 4 years ago

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

azhe403 commented 3 years ago

look good, clearing data on startup

meichengg commented 3 years ago

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

neuralstring commented 1 year ago

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