Skip to content

Commit

Permalink
Bumped app.latestResourceCommitHash ↞ [auto-sync from https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 7, 2025
1 parent 8ba1c01 commit 1f36fd0
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 2025.1.5.5
// @version 2025.1.7
// @license MIT
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
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: {},
latestResourceCommitHash: '3cb3c95' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
latestResourceCommitHash: '8ba1c01' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
}
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${app.latestResourceCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit 1f36fd0

Please sign in to comment.