Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

tmorin/ff-cpdn

Repository files navigation

clear private data now

cpdn is a FireFox extension to easily clear the following data related to the current tab:

  • cookies
  • localStorage
  • sessionStorage
  • serviceWorker
  • history

Build

Build the web-extension and run it with web-ext

npm ci
npm run build
npm run web-ext