darkreader 4.9.71 → 4.9.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/darkreader.js +1039 -215
- package/package.json +16 -16
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -152,11 +152,11 @@ Step 1: change Dark Reader's settings.
|
|
|
152
152
|
Step 2: change Firefox's settings.
|
|
153
153
|
|
|
154
154
|
- Type `about:config` in the address bar and press Enter.
|
|
155
|
-
A warning page may appear. Click `Accept the Risk and Continue` to
|
|
155
|
+
A warning page may appear. Click `Accept the Risk and Continue` to proceed.
|
|
156
156
|
- Search for and set `extensions.webextensions.restrictedDomains` to an empty value.
|
|
157
157
|
- Create `extensions.webextensions.addons-restricted-domains@mozilla.com.disabled` with `boolean` as type and set its value to `true`.
|
|
158
158
|
- Set `extensions.quarantinedDomains.enabled` to `false`.
|
|
159
|
-
- Set `privacy.resistFingerprinting.block_mozAddonManager`
|
|
159
|
+
- Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.
|
|
160
160
|
- Restart Firefox.
|
|
161
161
|
|
|
162
162
|
<h2 align="center">Contributors</h2>
|