Skip to content

Commit 2c85bfe

Browse files
committed
1 parent 7fb1782 commit 2c85bfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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: '0dba5cd', // for cached app.json + sites.json5 + icons.questionMark.src
9+
latestResourceCommitHash: '7fb1782', // 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
}

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: '0dba5cd', // for cached app.json + sites.json5 + icons.questionMark.src
7+
latestResourceCommitHash: '7fb1782', // 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
}

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.3.15.1
238+
// @version 2025.3.15.2
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
@@ -311,7 +311,7 @@
311311
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
312312
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
313313
urls: { update: 'https://gm.chatgptwidescreen.com' },
314-
latestResourceCommitHash: '0dba5cd' // for cached app.json + sites.json5 + messages.json
314+
latestResourceCommitHash: '7fb1782' // for cached app.json + sites.json5 + messages.json
315315
}
316316
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
317317
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)