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 488adc3 commit b350194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Yengeza Isikrini Esibanzi + Izindlela Zesikrini Esigcwele ku-chatgpt.com + perplexity.ai + poe.com ukuze uthole ukubuka okuthuthukisiwe + okuncishisiwe ukuskrola
// @author Adam Lui
// @namespace /~https://github.com/adamlui
// @version 2024.11.25.6
// @version 2024.11.25.7
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -570,7 +570,7 @@
function checkForUpdates() { updateCheck() },
function getSupport() { modals.safeWinOpen(app.urls.support) },
function rateUs() { modals.feedback.show() },
function moreChatGPTapps() { modals.safeWinOpen(app.urls.relatedApps) }
function moreAIextensions() { modals.safeWinOpen(app.urls.relatedApps) }
], '', 546 // set width
)
const aboutModal = document.getElementById(aboutModalID)
Expand All @@ -588,7 +588,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 b350194

Please sign in to comment.