Skip to content

Commit

Permalink
1.6.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazPom committed Dec 15, 2024
1 parent 0d04089 commit 05bda63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contentScriptClass.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class uDarkExtendedContentScript {
CSSStyleSheet.prototype.replace,
CSSStyleSheet.prototype.replaceSync
], (elem, args) => { // Needed to manage it some day, now done :)
console.log("CSSStyleSheet replace", elem, args);
args[0] = uDark.edit_str(args[0]);
return args;
})
Expand Down

0 comments on commit 05bda63

Please sign in to comment.