darkreader 4.9.73 → 4.9.77

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.
Files changed (4) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/darkreader.js +1058 -219
  4. package/package.json +23 -23
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Dark Reader Ltd.
3
+ Copyright (c) 2024 Dark Reader Ltd.
4
4
 
5
5
  All rights reserved.
6
6
 
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 go to the `about:config` page.
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` with `boolean` as type and set its value to `true`.
159
+ - Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.
160
160
  - Restart Firefox.
161
161
 
162
162
  <h2 align="center">Contributors</h2>