darkreader 4.9.100 → 4.9.101

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 (2) hide show
  1. package/darkreader.js +2 -2
  2. package/package.json +1 -1
package/darkreader.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Dark Reader v4.9.100
2
+ * Dark Reader v4.9.101
3
3
  * https://darkreader.org/
4
4
  */
5
5
 
@@ -6344,7 +6344,7 @@
6344
6344
  cssText.substring(0, match.offset + diff) +
6345
6345
  importedCSS +
6346
6346
  cssText.substring(match.offset + match.text.length + diff);
6347
- diff = importedCSS.length - match.text.length;
6347
+ diff += importedCSS.length - match.text.length;
6348
6348
  prev = match;
6349
6349
  }
6350
6350
  cssText = cssText.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "darkreader",
3
- "version": "4.9.100",
3
+ "version": "4.9.101",
4
4
  "description": "Dark mode for every website",
5
5
  "scripts": {
6
6
  "api": "node --max-old-space-size=3072 tasks/cli.js build --api",