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 @@ -30,7 +30,7 @@ chrome.runtime.onMessage.addListener(async req => {
30
30
// Init APP data
31
31
const app = {
32
32
version : chrome . runtime . getManifest ( ) . version ,
33
- latestResourceCommitHash : 'fc3c537 ' , // for cached app.json + sites.json + icons.questionMark.src
33
+ latestResourceCommitHash : 'fde7185 ' , // for cached app.json + sites.json + icons.questionMark.src
34
34
urls : { } ,
35
35
chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
36
36
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ chrome.runtime.onMessage.addListener(async req => {
30
30
// Init APP data
31
31
const app = {
32
32
version : chrome . runtime . getManifest ( ) . version ,
33
- latestResourceCommitHash : 'fc3c537 ' , // for cached app.json + sites.json + icons.questionMark.src
33
+ latestResourceCommitHash : 'fde7185 ' , // for cached app.json + sites.json + icons.questionMark.src
34
34
urls : { } ,
35
35
chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
36
36
}
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.2.28.3
238
+ // @version 2025.2.28.4
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
307
307
version : GM_info . script . version , configKeyPrefix : `${ env . site } Widescreen` ,
308
308
chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
309
309
urls : { update : 'https://gm.chatgptwidescreen.com' } ,
310
- latestResourceCommitHash : 'fc3c537 ' // for cached app.json + sites.json + messages.json
310
+ latestResourceCommitHash : 'fde7185 ' // for cached app.json + sites.json + messages.json
311
311
}
312
312
app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${ app . latestResourceCommitHash } `
313
313
const remoteAppData = await new Promise ( resolve => xhr ( {
You can’t perform that action at this time.
0 commit comments