Skip to content

Commit 384cfa0

Browse files
committed
Corrected modals.stack index in About modal check in modals.feedback ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/googlegpt]
1 parent a9747cd commit 384cfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.1.17.1
152+
// @version 2025.1.18
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -1283,7 +1283,7 @@
12831283

12841284
// Init buttons
12851285
let btns = [ function greasyFork(){} ]
1286-
if (modals.stack[1] != 'about') btns.push(function github(){})
1286+
if (modals.stack[0] != 'about') btns.push(function github(){})
12871287

12881288
// Show modal
12891289
const feedbackModal = modals.alert(`${app.msgs.alert_choosePlatform}:`, '', btns, '', 333)

0 commit comments

Comments
 (0)