1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 11:43:21 +12:00
uMatrix/doc/README.md

38 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2014-11-04 10:04:59 +13:00
## INSTALL
2015-05-13 02:58:59 +12:00
#### Chromium
2014-11-04 10:04:59 +13:00
2015-05-13 02:58:59 +12:00
- Download and unzip `uMatrix.chromium.zip` ([latest release desirable](https://github.com/gorhill/uMatrix/releases)).
- Rename the unzipped directory to `umatrix`
- When you later update manually, replace the **content** of the `umatrix` folder with the **content** of the latest zipped version.
2014-11-04 10:04:59 +13:00
- 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.
- Go to chromium/chrome *Extensions*.
- Click to check *Developer mode*.
- Click *Load unpacked extension...*.
- In the file selector dialog:
2015-05-13 02:58:59 +12:00
- Select the directory `umatrix` which was created above.
2014-11-04 10:04:59 +13:00
- Click *Open*.
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
2015-05-13 02:58:59 +12:00
- If ever a new version sucks, you can easily just re-install the previous one
2014-11-04 10:04:59 +13:00
2015-05-13 02:58:59 +12:00
#### Firefox
2014-11-04 10:04:59 +13:00
2015-05-13 02:58:59 +12:00
Although uMatrix 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:
- Download `uMatrix.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uMatrix/releases)).
- Uninstall current uMatrix if already installed
- Quit Firefox completely
- Launch Firefox
- Drag and drop the previously downloaded `uMatrix.firefox.xpi` into Firefox
uMatrix 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/umatrix.sqlite`.
On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozilla\Firefox\Profiles\[profile name]\extension-data\umatrix.sqlite`.