From aa9dcfc25cd6f631ba06202b5db768e3c045a778 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Mon, 25 Nov 2024 19:31:27 -0800 Subject: [PATCH] =?UTF-8?q?Renamed=20`moreChatGPTapps()`=20to=20`moreAIext?= =?UTF-8?q?ensions()`=20=E2=86=9E=20[auto-sync=20from=20https://github.com?= =?UTF-8?q?/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/duckduckgpt.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/greasemonkey/duckduckgpt.user.js b/greasemonkey/duckduckgpt.user.js index 5554ecf7557..89c6bf62512 100644 --- a/greasemonkey/duckduckgpt.user.js +++ b/greasemonkey/duckduckgpt.user.js @@ -148,7 +148,7 @@ // @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!) // @author KudoAI // @namespace https://kudoai.com -// @version 2024.11.25 +// @version 2024.11.25.1 // @license MIT // @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302 // @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302 @@ -962,7 +962,7 @@ function checkForUpdates() { updateCheck() }, function getSupport() { modals.safeWinOpen(app.urls.support) }, function rateUs() { modals.feedback.show({ sites: 'review' }) }, - function moreChatGPTapps() { modals.safeWinOpen(app.urls.relatedApps) } + function moreAIextensions() { modals.safeWinOpen(app.urls.relatedApps) } ], '', 577) // modal width const aboutModal = document.getElementById(aboutModalID).firstChild @@ -989,7 +989,7 @@ '🧠 ' + ( app.msgs.btnLabel_getSupport )) else if (/rate/i.test(btn.textContent)) btn.textContent = ( '⭐ ' + ( app.msgs.btnLabel_rateUs )) - else if (/apps/i.test(btn.textContent)) btn.textContent = ( + else if (/extensions/i.test(btn.textContent)) btn.textContent = ( '🤖 ' + ( app.msgs.btnLabel_moreAIextensions )) else btn.style.display = 'none' // hide Dismiss button })