Skip to content

Commit eedfb12

Browse files
committed
Bumped app.latestResourceCommitHash
1 parent 1ec9786 commit eedfb12

File tree

10 files changed

+17
-20
lines changed

10 files changed

+17
-20
lines changed

autoclear-chatgpt-history/greasemonkey/autoclear-chatgpt-history.user.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.4.12.1
228+
// @version 2025.4.12.2
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -291,9 +291,8 @@
291291

292292
// Init APP data
293293
const app = {
294-
version: GM_info.script.version, configKeyPrefix: 'autoclearChatGPThistory',
295-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
296-
latestResourceCommitHash: '3c647c7' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
294+
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
295+
latestResourceCommitHash: '6739134' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
297296
}
298297
app.urls.resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
299298
+ `@${app.latestResourceCommitHash}`

chatgpt-auto-continue/chromium/extension/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const appReady = (async () => {
33
const app = {
44
version: chrome.runtime.getManifest().version,
5-
latestResourceCommitHash: '260f739', // for cached app.json + icons.questionMark.src
5+
latestResourceCommitHash: '4439735', // for cached app.json + icons.questionMark.src
66
urls: {},
77
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
88
}

chatgpt-auto-continue/firefox/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const chatgptURL = 'https://chatgpt.com/';
44
(async () => {
55
const app = {
66
version: chrome.runtime.getManifest().version,
7-
latestResourceCommitHash: '260f739', // for cached app.json + icons.questionMark.src
7+
latestResourceCommitHash: '4439735', // for cached app.json + icons.questionMark.src
88
urls: {},
99
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
1010
}

chatgpt-auto-continue/greasemonkey/chatgpt-auto-continue.user.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.4.12.2
222+
// @version 2025.4.12.3
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
@@ -281,9 +281,8 @@
281281

282282
// Init APP data
283283
const app = {
284-
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
285-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
286-
latestResourceCommitHash: 'c7e6353' // for cached app.json + messages.json
284+
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
285+
latestResourceCommitHash: '4439735' // for cached app.json + messages.json
287286
}
288287
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
289288
const remoteAppData = await new Promise(resolve => xhr({

chatgpt-infinity/chromium/extension/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const appReady = (async () => {
33
const app = {
44
version: chrome.runtime.getManifest().version,
5-
latestResourceCommitHash: 'f7ece07', // for cached app.json...
5+
latestResourceCommitHash: '6cf8038', // for cached app.json...
66
// ... + navicon in toggles.sidebar.insert() + icons.questionMark.src
77
urls: {},
88
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]

chatgpt-infinity/firefox/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const chatgptURL = 'https://chatgpt.com';
44
(async () => {
55
const app = {
66
version: chrome.runtime.getManifest().version,
7-
latestResourceCommitHash: 'f7ece07', // for cached app.json...
7+
latestResourceCommitHash: '6cf8038', // for cached app.json...
88
// ... + navicon in toggles.sidebar.insert() + icons.questionMark.src
99
urls: {},
1010
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]

chatgpt-infinity/greasemonkey/chatgpt-infinity.user.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
// @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200200
// @author Adam Lui
201201
// @namespace https://github.com/adamlui
202-
// @version 2025.4.12.2
202+
// @version 2025.4.12.3
203203
// @license MIT
204204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=8df6f33
205205
// @icon64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=8df6f33
@@ -273,9 +273,8 @@
273273

274274
// Init APP data
275275
const app = {
276-
version: GM_info.script.version, configKeyPrefix: 'chatGPTinfinity',
277-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
278-
latestResourceCommitHash: '92c7c1a' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
276+
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
277+
latestResourceCommitHash: '6cf8038' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
279278
}
280279
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
281280
const remoteAppData = await new Promise(resolve => xhr({

chatgpt-widescreen/chromium/extension/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const appReady = (async () => {
66
// Init APP data
77
const app = {
88
version: chrome.runtime.getManifest().version,
9-
latestResourceCommitHash: 'a337555', // for cached app.json + sites.json5 + icons.questionMark.src
9+
latestResourceCommitHash: '22380ae', // for cached app.json + sites.json5 + icons.questionMark.src
1010
urls: {},
1111
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
1212
}

chatgpt-widescreen/firefox/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Init APP data
55
const app = {
66
version: chrome.runtime.getManifest().version,
7-
latestResourceCommitHash: 'a337555', // for cached app.json + sites.json5 + icons.questionMark.src
7+
latestResourceCommitHash: '22380ae', // for cached app.json + sites.json5 + icons.questionMark.src
88
urls: {},
99
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
1010
}

chatgpt-widescreen/greasemonkey/chatgpt-widescreen-mode.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2025.4.12.2
238+
// @version 2025.4.12.3
239239
// @license MIT
240240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
@@ -318,7 +318,7 @@
318318
const app = {
319319
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
320320
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
321-
latestResourceCommitHash: '7976575' // for cached app.json + sites.json5 + messages.json
321+
latestResourceCommitHash: '22380ae' // for cached app.json + sites.json5 + messages.json
322322
}
323323
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
324324
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)