Update README.md

This commit is contained in:
Raymond Hill 2018-02-28 08:00:16 -05:00 committed by GitHub
parent 94afd504ee
commit 5464041252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

12
dist/README.md vendored
View File

@ -22,16 +22,22 @@ Remember that you have to update manually also. For some users, updating manuall
### Firefox webext ### Firefox webext
Compatible with Firefox 52 and beyond. This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.<sup>[see "Add-on signing in Firefox"](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox)</sup> Compatible with Firefox 52 and beyond.
#### For stable release version
This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.<sup>[see "Add-on signing in Firefox"](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox)</sup>
For stable release versions:
- Download `ublock0.webext.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Download `ublock0.webext.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
- Right-click and choose _"Save As..."_. - Right-click and choose _"Save As..."_.
- Drag and drop the previously downloaded `ublock0.webext.xpi` into Firefox - Drag and drop the previously downloaded `ublock0.webext.xpi` into Firefox
For beta versions: #### For beta version
- Click on `ublock0.webext.signed.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Click on `ublock0.webext.signed.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
#### Location of uBO settings
On Linux, the settings are saved in a JSON file located at `~/.mozilla/firefox/[profile name]/browser-extension-data/uBlock0@raymondhill.net/storage.js`. On Linux, the settings are saved in a JSON file located at `~/.mozilla/firefox/[profile name]/browser-extension-data/uBlock0@raymondhill.net/storage.js`.
When you uninstall the extension, Firefox deletes that file, so all your settings are lost when you uninstall. When you uninstall the extension, Firefox deletes that file, so all your settings are lost when you uninstall.