File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 219
219
// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220
220
// @author Adam Lui
221
221
// @namespace https://github.com/adamlui
222
- // @version 2025.3.22.3
222
+ // @version 2025.3.23
223
223
// @license MIT
224
224
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon48.png
225
225
// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a8c9387/assets/images/icons/continue-symbol/black/icon64.png
348
348
} catch ( err ) { // if bad response
349
349
msgXHRtries ++ ; if ( msgXHRtries == 3 ) return resolve ( { } ) // try original/region-stripped/EN only
350
350
msgHref = env . browser . language . includes ( '-' ) && msgXHRtries == 1 ? // if regional lang on 1st try...
351
- msgHref . replace ( / ( [ ^ _ ] + _ [ ^ _ ] + ) _ [ ^ / ] * ( \/ . * ) / , '$1$2' ) // ...strip region before retrying
351
+ msgHref . replace ( / ( _ l o c a l e s \/ [ ^ _ ] + ) _ [ ^ _ ] + ( \/ ) / , '$1$2' ) // ...strip region before retrying
352
352
: ( msgHostDir + 'en/messages.json' ) // else use default English messages
353
353
fetchMsgs ( )
354
354
}
You can’t perform that action at this time.
0 commit comments