remove-adobe-browser-extension

> Removes Adobe Acrobat's browser plugin (currently macOS only; supports Firefox > and Safari)


License
MIT
Install
npm install remove-adobe-browser-extension@1.0.0

Documentation

remove-adobe-browser-extension

Removes Adobe Acrobat's browser plugin (currently macOS only; supports Firefox and Safari)

I'm not sure why Adobe thinks it's okay to keep installing browser plugins without asking. This removes those unwanted files.

Usage

Remove extensions for all known browsers:

remove-adobe-browser-extension

Remove extensions for a particular browser

remove-adobe-browser-extension firefox

Known browsers:

  • firefox
  • safari

Options:

  • -h, --help - show this help text
  • -v, --verbose - be more verbose
  • -V, --version - print script version and exit

Install

Option 1: use yarn or npm

If using npm:

npm i -g remove-adobe-browser-extension

If using Yarn:

yarn global add remove-adobe-browser-extension

Option 2: manual installation

  1. Either clone this repository or download the ZIP file
  2. Add this to your $PATH

License

MIT