Skip to content

Commit 70f7a57

Browse files
committed
Bumped JS resources + app.latestResourceCommitHash + GM update URL key
1 parent c8b9a6e commit 70f7a57

File tree

10 files changed

+26
-30
lines changed

10 files changed

+26
-30
lines changed

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

Lines changed: 5 additions & 6 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
228+
// @version 2025.4.12.1
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
@@ -292,9 +292,8 @@
292292
// Init APP data
293293
const app = {
294294
version: GM_info.script.version, configKeyPrefix: 'autoclearChatGPThistory',
295-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
296-
urls: { update: 'https://gm.autoclearchatgpt.com' },
297-
latestResourceCommitHash: 'ccf5c2e' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
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()
298297
}
299298
app.urls.resourceHost = 'https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history'
300299
+ `@${app.latestResourceCommitHash}`
@@ -463,7 +462,7 @@
463462

464463
function updateCheck() {
465464
xhr({
466-
method: 'GET', url: app.urls.update + '?t=' + Date.now(),
465+
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
467466
headers: { 'Cache-Control': 'no-cache' },
468467
onload: resp => {
469468

@@ -735,7 +734,7 @@
735734
+ `${app.urls.gitHub}/commits/main/greasemonkey/${app.slug}.user.js`
736735
+ `">${app.msgs.link_viewChanges}</a>`,
737736
function update() { // button
738-
modals.safeWinOpen(`${app.urls.update}?t=${Date.now()}`)
737+
modals.safeWinOpen(`${app.urls.update.gm}?t=${Date.now()}`)
739738
}, '', modals.update.width
740739
)
741740

chatgpt-auto-continue/chromium/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ window.modals = {
251251
modals.imports.app.slug}.user.js`
252252
+ `">${modals.getMsg('link_viewChanges')}</a>`,
253253
function update() { // button
254-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
254+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
255255
}, '', modals.update.width
256256
)
257257

chatgpt-auto-continue/firefox/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ window.modals = {
251251
modals.imports.app.slug}.user.js`
252252
+ `">${modals.getMsg('link_viewChanges')}</a>`,
253253
function update() { // button
254-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
254+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
255255
}, '', modals.update.width
256256
)
257257

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

Lines changed: 5 additions & 6 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
222+
// @version 2025.4.12.1
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
@@ -229,7 +229,7 @@
229229
// @connect gm.chatgptautocontinue.com
230230
// @connect raw.githubusercontent.com
231231
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected]/dist/chatgpt.min.js#sha256-uv1k2VxGy+ri3+2C+D/kTYSBCom5JzvrNCLxzItgD6M=
232-
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@ab099a3/chromium/extension/components/modals.js#sha256-NGaCScpnN0140ej6eFh/+Yorx6VLea1uNoZ5kY5cX4Q=
232+
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@c7e6353/chromium/extension/components/modals.js#sha256-19pTp/+K8rf5vKdr4fDDi5CsEv4qVvrJ/iR5/wbXyXw=
233233
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@762a364/chromium/extension/lib/dom.js#sha256-U+SUWAkqLIY6krdR2WPhVy5/f+cTV03n3F8b+Y+/Py0=
234234
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@9f4e5b1/chromium/extension/lib/settings.js#sha256-lwjhc3z5/1zCooHxCyaf+BlVJqkBwf26kLfkddHWiLs=
235235
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@80e800c/chromium/extension/lib/ui.js#sha256-/szI0bDpLL1aVTrc29iyToff58VMfeM/lSyjHWTipt0=
@@ -282,9 +282,8 @@
282282
// Init APP data
283283
const app = {
284284
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
285-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
286-
urls: { update: 'https://gm.chatgptautocontinue.com' },
287-
latestResourceCommitHash: '260f739' // for cached app.json + messages.json
285+
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
286+
latestResourceCommitHash: 'c7e6353' // for cached app.json + messages.json
288287
}
289288
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
290289
const remoteAppData = await new Promise(resolve => xhr({
@@ -426,7 +425,7 @@
426425

427426
function updateCheck() {
428427
xhr({
429-
method: 'GET', url: app.urls.update + '?t=' + Date.now(),
428+
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
430429
headers: { 'Cache-Control': 'no-cache' },
431430
onload: resp => {
432431

chatgpt-infinity/chromium/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ window.modals = {
275275
modals.imports.app.slug}.user.js`
276276
+ `">${modals.getMsg('link_viewChanges')}</a>`,
277277
function update() { // button
278-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
278+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
279279
}, '', modals.update.width
280280
)
281281

chatgpt-infinity/firefox/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ window.modals = {
275275
modals.imports.app.slug}.user.js`
276276
+ `">${modals.getMsg('link_viewChanges')}</a>`,
277277
function update() { // button
278-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
278+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
279279
}, '', modals.update.width
280280
)
281281

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

Lines changed: 5 additions & 6 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
202+
// @version 2025.4.12.1
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
@@ -220,7 +220,7 @@
220220
// @connect gm.chatgptinfinity.com
221221
// @connect raw.githubusercontent.com
222222
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected]/dist/chatgpt.min.js#sha256-uv1k2VxGy+ri3+2C+D/kTYSBCom5JzvrNCLxzItgD6M=
223-
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@02523e3/chromium/extension/components/modals.js#sha256-ARDA7a8Td27PNs20OZ+OHFXqOBL2tbPFy2rQLcOWUpw=
223+
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@92c7c1a/chromium/extension/components/modals.js#sha256-9bQSGBicrZYxcim9MtxNQJpGelLTGXFiUFmSM+lgoME=
224224
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@1920a70/chromium/extension/components/toggles.js#sha256-NB7hi4nvjegGUAnedewXXiJYEeMELMNrn3pu2Ozp57w=
225225
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@1ae4e33/chromium/extension/lib/dom.js#sha256-U+SUWAkqLIY6krdR2WPhVy5/f+cTV03n3F8b+Y+/Py0=
226226
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@0d11d9a/chromium/extension/lib/settings.js#sha256-6TUEuqq5UgRRL+9movbFf3eeTqWloP7Y4S04392BHso=
@@ -274,9 +274,8 @@
274274
// Init APP data
275275
const app = {
276276
version: GM_info.script.version, configKeyPrefix: 'chatGPTinfinity',
277-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
278-
urls: { update: 'https://gm.chatgptinfinity.com' },
279-
latestResourceCommitHash: 'f7ece07' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
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()
280279
}
281280
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
282281
const remoteAppData = await new Promise(resolve => xhr({
@@ -494,7 +493,7 @@
494493

495494
function updateCheck() {
496495
xhr({
497-
method: 'GET', url: app.urls.update + '?t=' + Date.now(),
496+
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
498497
headers: { 'Cache-Control': 'no-cache' },
499498
onload: resp => {
500499

chatgpt-widescreen/chromium/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ window.modals = {
274274
modals.imports.app.slug}-mode.user.js`
275275
+ `">${modals.getMsg('link_viewChanges')}</a>`,
276276
function update() { // button
277-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
277+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
278278
}, '', modals.update.width
279279
)
280280

chatgpt-widescreen/firefox/extension/components/modals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ window.modals = {
274274
modals.imports.app.slug}-mode.user.js`
275275
+ `">${modals.getMsg('link_viewChanges')}</a>`,
276276
function update() { // button
277-
modals.safeWinOpen(`${modals.imports.app.urls.update}?t=${Date.now()}`)
277+
modals.safeWinOpen(`${modals.imports.app.urls.update.gm}?t=${Date.now()}`)
278278
}, '', modals.update.width
279279
)
280280

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

Lines changed: 5 additions & 6 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
238+
// @version 2025.4.12.1
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
@@ -263,7 +263,7 @@
263263
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@f9ebcb0/chromium/extension/lib/ui.js#sha256-Bg82hwdZyJAORV7B6Vg3uIxQ8qnJhCsU624NyjQrKcA=
264264
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@108d910/chromium/extension/components/buttons.js#sha256-uosIQM9yKBfPTyAi/8TYwsas2uQwgNvLZlf0SxW1Ujw=
265265
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@d96f327/chromium/extension/components/icons.js#sha256-lrAx3C5E0gugnjUHqw/wLamG7aE9UTCfAJwM0WM8jjo=
266-
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@7c41d55/chromium/extension/components/modals.js#sha256-ETMRpzM8O1ymtxnc3dhYcogck069jEysN2PVqFeX74s=
266+
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@7976575/chromium/extension/components/modals.js#sha256-ToVrDha3EyjcngeYKszCnps+IemouGFlHXfOYxCATYQ=
267267
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@e5eab32/chromium/extension/components/tooltip.js#sha256-Kap4OeexWGm87d8NexOsS3Cy8sJdL/Mxj/CTNCZxox8=
268268
// @resource rpgCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/gray.min.css#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs=
269269
// @resource rpwCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/white.min.css#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE=
@@ -317,9 +317,8 @@
317317
// Init APP data
318318
const app = {
319319
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
320-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
321-
urls: { update: 'https://gm.chatgptwidescreen.com' },
322-
latestResourceCommitHash: '108d910' // for cached app.json + sites.json5 + messages.json
320+
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
321+
latestResourceCommitHash: '7976575' // for cached app.json + sites.json5 + messages.json
323322
}
324323
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
325324
const remoteAppData = await new Promise(resolve => xhr({
@@ -612,7 +611,7 @@
612611

613612
function updateCheck() {
614613
xhr({
615-
method: 'GET', url: app.urls.update + '?t=' + Date.now(),
614+
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
616615
headers: { 'Cache-Control': 'no-cache' },
617616
onload: resp => {
618617

0 commit comments

Comments
 (0)