We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f309fc2 commit b6b9772Copy full SHA for b6b9772
duckduckgpt/greasemonkey/duckduckgpt.user.js
@@ -148,7 +148,7 @@
148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
// @author KudoAI
150
// @namespace https://kudoai.com
151
-// @version 2025.2.1.21
+// @version 2025.2.1.22
152
// @license MIT
153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -797,7 +797,6 @@
797
798
stylize() {
799
if (!this.styles) {
800
- this.styles = dom.crea
801
this.styles = document.createElement('style') ; this.styles.id = `${this.class}-styles`
802
document.head.append(this.styles)
803
}
0 commit comments