Update README.md

This commit is contained in:
Raymond Hill 2018-01-07 19:04:49 -05:00 committed by GitHub
parent 1e7e63de34
commit c3a5edeb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
dist/README.md vendored
View file

@ -22,7 +22,7 @@ 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`. Compatible with Firefox 52 and beyond. This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.<sup>[see note 1 at the bottom]</sup>
- 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..."_.
@ -32,8 +32,6 @@ On Linux, the settings are saved in a JSON file located at `~/.mozilla/firefox/[
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.
\* - [Add-on signing in Firefox - What are my options if I want to use an unsigned add-on?][*]
### Firefox legacy ### Firefox legacy
Compatible with Firefox 24 to Firefox 56. Compatible with Firefox 24 to Firefox 56.
@ -41,7 +39,7 @@ Compatible with Firefox 24 to Firefox 56.
- Download `ublock0.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Download `ublock0.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
- Drag and drop the previously downloaded `ublock0.firefox.xpi` into Firefox - Drag and drop the previously downloaded `ublock0.firefox.xpi` into Firefox
With Firefox 43 and beyond[*][*], you may need to toggle the setting `xpinstall.signatures.required` to `false` in `about:config`. With Firefox 43 and beyond, you may need to toggle the setting `xpinstall.signatures.required` to `false` in `about:config`.<sup>[see note 1 at the bottom]</sup>
Your uBlock Origin settings are kept intact even after you uninstall the addon. Your uBlock Origin settings are kept intact even after you uninstall the addon.
@ -49,10 +47,6 @@ On Linux, the settings are saved in a SQlite file located at `~/.mozilla/firefox
On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozilla\Firefox\Profiles\[profile name]\extension-data\ublock0.sqlite`. On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozilla\Firefox\Profiles\[profile name]\extension-data\ublock0.sqlite`.
\* - [Add-on signing in Firefox - What are my options if I want to use an unsigned add-on?][*]
[*]: https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox "Add-on signing in Firefox - What are my options if I want to use an unsigned add-on?"
### Build instructions (for developers) ### Build instructions (for developers)
- Clone [uBlock](https://github.com/gorhill/uBlock) and [uAssets](https://github.com/uBlockOrigin/uAssets) repositories in the same parent directory - Clone [uBlock](https://github.com/gorhill/uBlock) and [uAssets](https://github.com/uBlockOrigin/uAssets) repositories in the same parent directory
@ -66,3 +60,6 @@ On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozill
- Chromium: load the unpacked extension folder `/uBlock/dist/build/uBlock0.chromium/` in Chromium to use the extension. - Chromium: load the unpacked extension folder `/uBlock/dist/build/uBlock0.chromium/` in Chromium to use the extension.
- Firefox: drag-and-drop `/uBlock/dist/build/uBlock0.firefox.xpi` or `/uBlock/dist/build/uBlock0.webext.xpi` into Firefox. - Firefox: drag-and-drop `/uBlock/dist/build/uBlock0.firefox.xpi` or `/uBlock/dist/build/uBlock0.webext.xpi` into Firefox.
***
[1] [Add-on signing in Firefox - What are my options if I want to use an unsigned add-on?](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox)