File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-widescreen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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.5.18
238
+ // @version 2025.5.19
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
331
331
onload : resp => resolve ( JSON . parse ( resp . responseText ) )
332
332
} ) ) ,
333
333
msgs : await new Promise ( resolve => {
334
- const msgHostDir = app . urls . resourceHost + '/greasemonkey /_locales/' ,
334
+ const msgHostDir = app . urls . resourceHost + '/chromium/extension /_locales/' ,
335
335
msgLocaleDir = ( env . browser . language ? env . browser . language . replace ( '-' , '_' ) : 'en' ) + '/'
336
336
let msgHref = msgHostDir + msgLocaleDir + 'messages.json' , msgXHRtries = 0
337
337
function fetchMsgs ( ) { xhr ( { method : 'GET' , url : msgHref , onload : handleMsgs } ) }
You can’t perform that action at this time.
0 commit comments