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 Dec 26, 2024
1 parent d937bb6 commit 1214189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/autoclear-chatgpt-history.user.js
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.12.26.2
// @version 2024.12.26.3
// @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 @@ -284,7 +284,7 @@
const app = {
version: GM_info.script.version, configKeyPrefix: 'autoclearChatGPThistory',
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
latestAssetCommitHash: 'd6d64f5' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
latestAssetCommitHash: '7dae88a' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
}
app.urls.assetHost = `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${app.latestAssetCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit 1214189

Please sign in to comment.