|
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.13.10 |
| 222 | +// @version 2025.5.14 |
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
|
|
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@d419240/chromium/extension/lib/styles.js#sha256-6ThPFx42YoGM79TN5iNrWNw9mlYtDIRd1qulCr34bpY= |
237 |
| -// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@4e4aa10/chromium/extension/lib/sync.js#sha256-oJLqJllfvZdZDqeSVh3WVsXa1ES3latcl1ZhMlH51LM= |
| 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= |
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.toast.update() |
| 459 | + if (!styles.toast.node) styles.update('toast') |
460 | 460 | if (config.notifDisabled && !new RegExp(`${app.msgs.menuLabel_notifs}|${app.msgs.mode_toast}|🧩`).test(msg))
|
461 | 461 | return
|
462 | 462 |
|
|
490 | 490 |
|
491 | 491 | // Define UI functions
|
492 | 492 |
|
493 |
| - function checkBtnsToClick() { |
| 493 | + window.checkBtnsToClick = () => { |
494 | 494 | let continueBtnClicked = false // to increase delay before next check if true to avoid repeated clicks
|
495 | 495 | const btnTypesToCheck = ['Continue'] ; if (config.autoScroll) btnTypesToCheck.push('Scroll')
|
496 | 496 | const btns = {} ; btnTypesToCheck.forEach(type => btns[type] = chatgpt[`get${type}Btn`]())
|
|
0 commit comments