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.
- package/darkreader.js +2 -2
- package/package.json +1 -1
package/darkreader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Dark Reader v4.9.
|
|
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
|
|
6347
|
+
diff += importedCSS.length - match.text.length;
|
|
6348
6348
|
prev = match;
|
|
6349
6349
|
}
|
|
6350
6350
|
cssText = cssText.trim();
|