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 3d4dc6f commit ce5b1bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chrome/extension/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener(async req => {
// Init APP data
const app = {
version: chrome.runtime.getManifest().version,
latestResourceCommitHash: '5e06418', // for cached app.json + sites.json + icons.questionMark.src
latestResourceCommitHash: '3d4dc6f', // for cached app.json + sites.json + icons.questionMark.src
urls: {},
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
}
Expand Down
2 changes: 1 addition & 1 deletion firefox/extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener(async req => {
// Init APP data
const app = {
version: chrome.runtime.getManifest().version,
latestResourceCommitHash: '5e06418', // for cached app.json + sites.json + icons.questionMark.src
latestResourceCommitHash: '3d4dc6f', // for cached app.json + sites.json + icons.questionMark.src
urls: {},
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
}
Expand Down
4 changes: 2 additions & 2 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.1.5.2
// @version 2025.1.7
// @license MIT
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
Expand Down Expand Up @@ -303,7 +303,7 @@
const app = {
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
latestResourceCommitHash: '5e06418' // for cached app.json + sites.json + messages.json
latestResourceCommitHash: '3d4dc6f' // for cached app.json + sites.json + messages.json
}
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit ce5b1bd

Please sign in to comment.