File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.5.14.4
228
+ // @version 2025.5.16
229
229
// @license MIT
230
230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231
231
// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
292
292
// Init APP data
293
293
window . app = {
294
294
version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
295
- latestResourceCommitHash : '90a3558' // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
295
+ commitHashes : { app : '90a3558' } // for cached <app|messages>.json + navicon in toggles.sidebar.insert()
296
296
}
297
- app . urls = { resourceHost : 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
298
- + `@${ app . latestResourceCommitHash } ` }
297
+ app . urls = { resourceHost : `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${ app . commitHashes . app } ` }
299
298
const remoteData = {
300
299
app : await new Promise ( resolve => xhr ( {
301
300
method : 'GET' , url : `${ app . urls . resourceHost } /assets/data/app.json` ,
You can’t perform that action at this time.
0 commit comments