Skip to content

Commit

Permalink
Bumped modals.js + app.latestResourceCommitHash ↞ [auto-sync from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 18, 2025
1 parent a2f44f9 commit a3f4587
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.1.17
// @version 2025.1.18
// @license MIT
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
Expand All @@ -228,7 +228,7 @@
// @connect cdn.jsdelivr.net
// @connect gm.chatgptautocontinue.com
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected]/dist/chatgpt.min.js#sha256-+C0x4BOFQc38aZB3pvUC2THu+ZSvuCxRphGdtRLjCDg=
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@c27aa92bb83e678f2664a06c33fbe683e9fcce62/chromium/extension/components/modals.js#sha256-hAdfzVJT0hvXx8T+2/5rbRt73/qgFLMl0P7AQx/ftsQ=
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@dc564accc94c6611d9270369df9b1998b9926dfc/chromium/extension/components/modals.js#sha256-ybCHdmjP9VycRTHrSfE9DR9TQRpQgQEuwsen4qBBEso=
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@f957abad33bb6639933256808b81aa041b160988/chromium/extension/lib/dom.js#sha256-/QaqzuGGC7PrzjYnXtYh411rJJOp27jWLA4ataKaWWY=
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@7623f9ea86b5aaf7fee4adc56b0464a815725c19/chromium/extension/lib/settings.js#sha256-+1SzWklvhvhJPIE8vxmP6hgWBlxFS6st8SeSjC/Cvgg=
// @resource brsCSS https://assets.aiwebextensions.com/styles/rising-stars/dist/black.min.css?v=3289404#sha256-CTj6Ndngq+TsPlNpQ6Ej39PQKSDpmxyKUFohhc91ruQ=
Expand Down Expand Up @@ -275,7 +275,7 @@
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
urls: { update: 'https://gm.chatgptautocontinue.com' },
latestResourceCommitHash: 'b81310f' // for cached app.json + messages.json
latestResourceCommitHash: '8b0f93d' // for cached app.json + messages.json
}
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down Expand Up @@ -317,6 +317,7 @@
notif_chatAutoContinued: 'Chat Auto-Continued',
btnLabel_moreAIextensions: 'More AI Extensions',
btnLabel_rateUs: 'Rate Us',
btnLabel_rateUs: 'Discuss',

Check failure on line 320 in chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js

View workflow job for this annotation

GitHub Actions / JavaScript + JSON + Markdown + YAML

Duplicate key 'btnLabel_rateUs'
btnLabel_getSupport: 'Get Support',
btnLabel_checkForUpdates: 'Check for Updates',
btnLabel_update: 'Update',
Expand Down

0 comments on commit a3f4587

Please sign in to comment.