|
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.5.14 |
| 222 | +// @version 2025.5.14.1 |
223 | 223 | // @license MIT
|
224 | 224 | // @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
|
225 | 225 | // @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
|
|
229 | 229 | // @connect gm.chatgptautocontinue.com
|
230 | 230 | // @connect raw.githubusercontent.com
|
231 | 231 | // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.8.1/dist/chatgpt.min.js#sha256-/71AK4V0/J40zINYEriMeEWGIZ8qfyWMQu76ui3SBNs=
|
232 |
| -// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@a3635a5/chromium/extension/components/modals.js#sha256-sm2ki3116WKOFQR/4LuXE6tNFUbQehbJjzYwQdm52HU= |
| 232 | +// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@8537b96/chromium/extension/components/modals.js#sha256-9o4lJKhkk4KFjhIUz2iDJdkhSyzO1FqPC/hpOLthCGg= |
233 | 233 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@d4e4a20/chromium/extension/lib/browser.js#sha256-gzkpJ57Xp0CbWQuE4fBFL8DLf4OTsnRl3vfFDqg9fWs=
|
234 | 234 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@df66b49/chromium/extension/lib/dom.js#sha256-kiKOn4x4hom5TRyrda7YqUNkq+s/JYgnFDQiWrR8ffk=
|
235 | 235 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@5c8fb84/chromium/extension/lib/settings.js#sha256-Hv5/wY17fX6HKOFmuMewzBLhdV7NY/pqvQc6ZwtCg6s=
|
236 |
| -// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@f2bed21/chromium/extension/lib/styles.js#sha256-ZcJsZaPSnvuwYqWs9lU2RGEYqpCjvNH/ZOvfIdDXGZc= |
237 |
| -// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@f2bed21/chromium/extension/lib/sync.js#sha256-P/fKbC+k6rxpVXpBWVUFU8yrylHgtTmkYKOvXzadCIY= |
| 236 | +// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@8537b96/chromium/extension/lib/styles.js#sha256-x36yjm2WAN8ixh0eF8zSWuJcAi4mQK0TiNVh6V180Z0= |
| 237 | +// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@8537b96/chromium/extension/lib/sync.js#sha256-u4+kWk6xXlNmmQ/u0YyD6nkcnbAJjwpkGIDD9JhDTak= |
238 | 238 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@78d7214/chromium/extension/lib/ui.js#sha256-2yuQbliwz+uaCxUIEeTMWIH5JADHgjDBZD4/8I2T8rE=
|
239 | 239 | // @resource rpgCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/gray.min.css#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs=
|
240 | 240 | // @resource rpwCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/white.min.css#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE=
|
|
456 | 456 | // Define FEEDBACK functions
|
457 | 457 |
|
458 | 458 | function notify(msg, pos = '', notifDuration = '', shadow = '') {
|
459 |
| - if (!styles.toast.node) styles.update('toast') |
| 459 | + if (!styles.toast.node) styles.update({ key: 'toast' }) |
460 | 460 | if (config.notifDisabled && !new RegExp(`${app.msgs.menuLabel_notifs}|${app.msgs.mode_toast}|🧩`).test(msg))
|
461 | 461 | return
|
462 | 462 |
|
|
0 commit comments