-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped modals.js +
app.latestResourceCommitHash
↞ [auto-sync from h…
- Loading branch information
1 parent
a2f44f9
commit a3f4587
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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= | ||
|
@@ -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({ | ||
|
@@ -317,6 +317,7 @@ | |
notif_chatAutoContinued: 'Chat Auto-Continued', | ||
btnLabel_moreAIextensions: 'More AI Extensions', | ||
btnLabel_rateUs: 'Rate Us', | ||
btnLabel_rateUs: 'Discuss', | ||
btnLabel_getSupport: 'Get Support', | ||
btnLabel_checkForUpdates: 'Check for Updates', | ||
btnLabel_update: 'Update', | ||
|