uBlock/dist/README.md

38 lines
1.9 KiB
Markdown
Raw Normal View History

2014-06-23 16:42:43 -06:00
## INSTALL
2015-04-17 17:23:41 -06:00
#### Chromium
2015-04-17 17:32:43 -06:00
- Download and unzip `ublock0.chromium.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
2014-07-14 20:12:29 -06:00
- Rename the unzipped directory to `ublock`
2014-08-25 17:50:50 -06:00
- 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
- As long as the extension loads **from same folder path from which it was originally installed**, all your settings will be preserved.
2014-06-23 16:42:43 -06:00
- Go to chromium/chrome *Extensions*.
- Click to check *Developer mode*.
- Click *Load unpacked extension...*.
- In the file selector dialog:
2014-07-17 19:03:16 -06:00
- Select the directory `ublock` which was created above.
2014-06-23 16:42:43 -06:00
- Click *Open*.
2014-09-26 08:05:12 -06:00
The extension will now be available in your chromium/chromium-based browser.
2014-06-29 15:52:42 -06:00
2014-08-25 17:50:50 -06:00
Remember that you have to update manually also. For some users, updating manually is actually an advantage because:
- You can update when **you** want
2015-01-24 05:33:02 -07:00
- If ever a new version sucks, you can easily just re-install the previous one
2015-04-17 17:23:41 -06:00
#### Firefox
2015-04-17 17:24:16 -06:00
Although uBlock Origin is a restartless addon, I found that **installing** a newer version over an older one often will glitch the installation. These steps always worked fine:
2015-04-17 17:23:41 -06:00
2015-04-17 17:32:43 -06:00
- Download `ublock0.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
2015-04-17 17:23:41 -06:00
- Uninstall current uBlock Origin if already installed
- Quit Firefox completely
- Launch Firefox
2015-04-17 17:32:43 -06:00
- Drag and drop the previously downloaded `ublock0.firefox.xpi` into Firefox
2015-04-17 17:23:41 -06:00
2015-04-17 17:27:41 -06:00
uBlock<sub>0</sub> settings are kept intact even after you uninstall the addon.
On Linux, the settings are saved in a SQlite file located at `~/.mozilla/firefox/[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`.