File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 199
199
// @description :zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200
200
// @author Adam Lui
201
201
// @namespace https://github.com/adamlui
202
- // @version 2025.5.18.1
202
+ // @version 2025.5.19
203
203
// @license MIT
204
204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=8df6f33
205
205
// @icon 64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=8df6f33
287
287
onload : resp => resolve ( JSON . parse ( resp . responseText ) )
288
288
} ) ) ,
289
289
msgs : await new Promise ( resolve => {
290
- const msgHostDir = app . urls . resourceHost + '/greasemonkey /_locales/' ,
290
+ const msgHostDir = app . urls . resourceHost + '/chromium/extension /_locales/' ,
291
291
msgLocaleDir = ( env . browser . language ? env . browser . language . replace ( '-' , '_' ) : 'en' ) + '/'
292
292
let msgHref = msgHostDir + msgLocaleDir + 'messages.json' , msgXHRtries = 0
293
293
function fetchMsgs ( ) { xhr ( { method : 'GET' , url : msgHref , onload : handleMsgs } ) }
You can’t perform that action at this time.
0 commit comments