From 8400be71c0e79a376fb379331122b78fd7ffab2d Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Mon, 2 Dec 2024 00:19:39 -0800 Subject: [PATCH] =?UTF-8?q?Changed=20`modals.feedback.show()`=20w/=20no=20?= =?UTF-8?q?options=20passed=20default=20to=20more=20logical=20show=20all?= =?UTF-8?q?=20sites=20=E2=86=9E=20[auto-sync=20from=20https://github.com/a?= =?UTF-8?q?damlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt/googlegpt/googlegpt.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/googlegpt/googlegpt.user.js b/chatgpt/googlegpt/googlegpt.user.js index c9663c5ca..5e35ac607 100644 --- a/chatgpt/googlegpt/googlegpt.user.js +++ b/chatgpt/googlegpt/googlegpt.user.js @@ -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 @@ -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)