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.
modals.init()
modal
.open()
1 parent b2522ba commit 4392fb0Copy full SHA for 4392fb0
chatgpt/amazongpt/amazongpt.user.js
@@ -3,7 +3,7 @@
3
// @description Adds the magic of AI to Amazon shopping
4
// @author KudoAI
5
// @namespace https://kudoai.com
6
-// @version 2025.1.11.3
+// @version 2025.1.12
7
// @license MIT
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
9
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
@@ -623,6 +623,7 @@
623
},
624
625
init(modal) {
626
+ if (!modal) return // to support non-div this.open()s
627
if (!this.styles) this.stylize() // to init/append stylesheet
628
629
// Add classes
0 commit comments