File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const appReady = (async () => {
6
6
// Init APP data
7
7
const app = {
8
8
version : chrome . runtime . getManifest ( ) . version ,
9
- latestResourceCommitHash : '735834f ' , // for cached app.json + sites.json5 + icons.questionMark.src
9
+ latestResourceCommitHash : 'ab953db ' , // for cached app.json + sites.json5 + icons.questionMark.src
10
10
urls : { } ,
11
11
chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
12
12
}
Original file line number Diff line number Diff line change 4
4
// Init APP data
5
5
const app = {
6
6
version : chrome . runtime . getManifest ( ) . version ,
7
- latestResourceCommitHash : '735834f ' , // for cached app.json + sites.json5 + icons.questionMark.src
7
+ latestResourceCommitHash : 'ab953db ' , // for cached app.json + sites.json5 + icons.questionMark.src
8
8
urls : { } ,
9
9
chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
10
10
}
Original file line number Diff line number Diff line change 235
235
// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236
236
// @author Adam Lui
237
237
// @namespace https://github.com/adamlui
238
- // @version 2025.4.25.5
238
+ // @version 2025.4.25.6
239
239
// @license MIT
240
240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241
241
// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
318
318
const app = {
319
319
version : GM_info . script . version , configKeyPrefix : `${ env . site } Widescreen` ,
320
320
chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] , urls : { } ,
321
- latestResourceCommitHash : '735834f ' // for cached app.json + sites.json5 + messages.json
321
+ latestResourceCommitHash : 'ab953db ' // for cached app.json + sites.json5 + messages.json
322
322
}
323
323
app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${ app . latestResourceCommitHash } `
324
324
const remoteAppData = await new Promise ( resolve => xhr ( {
You can’t perform that action at this time.
0 commit comments