File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chatgpt/chatgpt-auto-talk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.5.14.3
228
+ // @version 2025.5.16
229
229
// @license MIT
230
230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231
231
// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
284
284
// Init APP data
285
285
window . app = {
286
286
version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
287
- latestResourceCommitHash : 'f825434' // for cached <app|messages>.json
287
+ commitHashes : { app : 'f825434' } // for cached <app|messages>.json
288
288
}
289
- app . urls = { resourceHost : `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${ app . latestResourceCommitHash } ` }
289
+ app . urls = { resourceHost : `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${ app . commitHashes . app } ` }
290
290
const remoteData = {
291
291
app : await new Promise ( resolve => xhr ( {
292
292
method : 'GET' , url : `${ app . urls . resourceHost } /assets/data/app.json` ,
You can’t perform that action at this time.
0 commit comments