Skip to content

Commit

Permalink
Changed modals.feedback.show() w/ no options passed default to more…
Browse files Browse the repository at this point in the history
… logical show all sites ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
  • Loading branch information
kudo-sync-bot committed Dec 2, 2024
1 parent 2ec6522 commit 8400be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/googlegpt/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.12.1.6
// @version 2024.12.1.7
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -1188,7 +1188,7 @@

// Init buttons
let btns = [ function greasyFork(){} ]
if (options?.sites == 'feedback') btns.push(function github(){})
if (options?.sites != 'review') btns.push(function github(){})

// Create/init modal
const feedbackModal = siteAlert(`${app.msgs.alert_choosePlatform}:`, '', btns, '', 333)
Expand Down

0 comments on commit 8400be7

Please sign in to comment.