Skip to content

Commit

Permalink
Renamed moreChatGPTapps() to moreAIextensions() ↞ [auto-sync from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 26, 2024
1 parent 872674c commit aa9dcfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
})
Expand Down

0 comments on commit aa9dcfc

Please sign in to comment.