Skip to content

Commit

Permalink
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 22, 2024
1 parent 3fcdf44 commit 64afe90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.11.22.7
// @version 2024.11.22.8
// @license MIT
// @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef
// @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef
Expand Down Expand Up @@ -270,7 +270,7 @@
const xhr = env.scriptManager == 'OrangeMonkey' ? GM_xmlhttpRequest : GM.xmlHttpRequest

// Init APP info
const app = { configKeyPrefix: 'autoclearChatGPThistory', latestAssetCommitHash: '0a192f6', urls: {} }
const app = { configKeyPrefix: 'autoclearChatGPThistory', latestAssetCommitHash: 'd2f7e01', urls: {} }
app.urls.assetHost = `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${app.latestAssetCommitHash}`
const appData = await new Promise(resolve => xhr({
method: 'GET', url: `${app.urls.assetHost}/app.json`,
Expand Down

0 comments on commit 64afe90

Please sign in to comment.