https://github.com/blakek/remove-adobe-browser-extension
Removes Adobe Acrobat's browser plugin (currently macOS only; supports Firefox and Safari)
https://github.com/blakek/remove-adobe-browser-extension
Last synced: 11 months ago
JSON representation
Removes Adobe Acrobat's browser plugin (currently macOS only; supports Firefox and Safari)
- Host: GitHub
- URL: https://github.com/blakek/remove-adobe-browser-extension
- Owner: blakek
- License: mit
- Created: 2017-12-01T12:29:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T15:42:29.000Z (over 8 years ago)
- Last Synced: 2025-02-02T19:18:08.745Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
remove-adobe-browser-extension
```
Remove extensions for a particular browser
```bash
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](https://www.npmjs.com/):
```shell
npm i -g remove-adobe-browser-extension
```
If using [Yarn](https://yarnpkg.com/):
```shell
yarn global add remove-adobe-browser-extension
```
### Option 2: manual installation
1. Either
[clone this repository](https://help.github.com/articles/cloning-a-repository/)
or
[download the ZIP file](https://github.com/blakek/remove-adobe-browser-extension/archive/master.zip)
2. Add this to your $PATH
## License
[MIT](https://raw.githubusercontent.com/blakek/remove-adobe-browser-extension/master/LICENSE)