mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Update README.md
This commit is contained in:
parent
7da9139c14
commit
ebc0e35a1e
1 changed files with 14 additions and 1 deletions
15
dist/README.md
vendored
15
dist/README.md
vendored
|
@ -1,6 +1,8 @@
|
|||
## INSTALL
|
||||
|
||||
- Download and unzip `ublock_{version}.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
|
||||
#### Chromium
|
||||
|
||||
- Download and unzip `ublock0_{version}.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
|
||||
- Rename the unzipped directory to `ublock`
|
||||
- When you later update manually, replace the **content** of the `ublock` folder with the **content** of the latest zipped version.
|
||||
- This will ensure that all the extension settings will be preserved
|
||||
|
@ -17,3 +19,14 @@ The extension will now be available in your chromium/chromium-based browser.
|
|||
Remember that you have to update manually also. For some users, updating manually is actually an advantage because:
|
||||
- You can update when **you** want
|
||||
- If ever a new version sucks, you can easily just re-install the previous one
|
||||
|
||||
#### Firefox
|
||||
|
||||
Although uBlock Origin is a restartless addon, I found installing a newer version over an older one often will glitch the installation. These steps always worked fine:
|
||||
|
||||
- Download `ublock0_{version}.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
|
||||
- Uninstall current uBlock Origin if already installed
|
||||
- Quit Firefox completely
|
||||
- Launch Firefox
|
||||
- Drag and drop the previously downloaded `ublock0_{version}.xpi` into Firefox
|
||||
|
||||
|
|
Loading…
Reference in a new issue