Skip to content

Commit

Permalink
Bumped app.latestAssetCommitHash, condensed menu.state.words ↞ [a…
Browse files Browse the repository at this point in the history
…uto-sync from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 30, 2024
1 parent b20c6e9 commit cd7fad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/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.9.30
// @version 2024.9.30.1
// @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 @@ -424,7 +424,7 @@
relatedApps: 'https://github.com/adamlui/chatgpt-apps',
support: 'https://support.googlegpt.io'
},
latestAssetCommitHash: '6b93ab0' // for cached messages.json
latestAssetCommitHash: 'b20c6e9' // for cached messages.json
}
app.urls.assetHost = app.urls.gitHub.replace('github.com', 'cdn.jsdelivr.net/gh') + `@${app.latestAssetCommitHash}`
app.urls.update = app.urls.greasyFork.replace('https://', 'https://update.')
Expand Down Expand Up @@ -807,7 +807,7 @@
const menu = {
ids: [], state: {
symbols: ['❌', '✔️'], separator: env.scriptManager == 'Tampermonkey' ? ' — ' : ': ',
words: [(app.msgs.state_off).toUpperCase(), (app.msgs.state_on).toUpperCase()]
words: [app.msgs.state_off.toUpperCase(), app.msgs.state_on.toUpperCase()]
},

register() {
Expand Down

0 comments on commit cd7fad0

Please sign in to comment.