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

How to Uninstall #15

Open
stephenjudge opened this issue Mar 24, 2020 · 1 comment
Open

How to Uninstall #15

stephenjudge opened this issue Mar 24, 2020 · 1 comment

Comments

@stephenjudge
Copy link

Can you please include a method in your install script to do a clean uninstall of the helper.
Or at least provide instructions somewhere on how to do so manually.

@sammacbeth
Copy link
Owner

To uninstall you can just delete the contents of the datfox directory and the dathelper.json manifest in Firefox's NativeMessagingHosts directory:

## on Linux
rm -r ~/.local/datfox && \
  rm ~/Library/Application Support/Mozilla/NativeMessagingHosts/dathelper.json
## on Mac
rm -r ~/Library/Application\ Support/datfox && \
  rm ~/.mozilla/native-messaging-hosts/dathelper.json

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

2 participants