File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +3
-2
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.1.23
228
+ // @version 2025.1.26
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
287
287
urls : { update : 'https://gm.autoclearchatgpt.com' } ,
288
288
latestResourceCommitHash : '8a92baa' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
289
289
}
290
- app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${ app . latestResourceCommitHash } `
290
+ app . urls . resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
291
+ + `@${ app . latestResourceCommitHash } `
291
292
const remoteAppData = await new Promise ( resolve => xhr ( {
292
293
method : 'GET' , url : `${ app . urls . resourceHost } /assets/data/app.json` ,
293
294
onload : resp => resolve ( JSON . parse ( resp . responseText ) )
You can’t perform that action at this time.
0 commit comments