Skip to content

Commit f41696a

Browse files
committed
1 parent cf31146 commit f41696a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.5.13.10
222+
// @version 2025.5.14
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
@@ -233,8 +233,8 @@
233233
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@d4e4a20/chromium/extension/lib/browser.js#sha256-gzkpJ57Xp0CbWQuE4fBFL8DLf4OTsnRl3vfFDqg9fWs=
234234
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@df66b49/chromium/extension/lib/dom.js#sha256-kiKOn4x4hom5TRyrda7YqUNkq+s/JYgnFDQiWrR8ffk=
235235
// @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=
238238
// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@78d7214/chromium/extension/lib/ui.js#sha256-2yuQbliwz+uaCxUIEeTMWIH5JADHgjDBZD4/8I2T8rE=
239239
// @resource rpgCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/gray.min.css#sha256-48sEWzNUGUOP04ur52G5VOfGZPSnZQfrF3szUr4VaRs=
240240
// @resource rpwCSS https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@727feff/assets/styles/rising-particles/dist/white.min.css#sha256-6xBXczm7yM1MZ/v0o1KVFfJGehHk47KJjq8oTktH4KE=
@@ -456,7 +456,7 @@
456456
// Define FEEDBACK functions
457457

458458
function notify(msg, pos = '', notifDuration = '', shadow = '') {
459-
if (!styles.toast.node) styles.toast.update()
459+
if (!styles.toast.node) styles.update('toast')
460460
if (config.notifDisabled && !new RegExp(`${app.msgs.menuLabel_notifs}|${app.msgs.mode_toast}|🧩`).test(msg))
461461
return
462462

@@ -490,7 +490,7 @@
490490

491491
// Define UI functions
492492

493-
function checkBtnsToClick() {
493+
window.checkBtnsToClick = () => {
494494
let continueBtnClicked = false // to increase delay before next check if true to avoid repeated clicks
495495
const btnTypesToCheck = ['Continue'] ; if (config.autoScroll) btnTypesToCheck.push('Scroll')
496496
const btns = {} ; btnTypesToCheck.forEach(type => btns[type] = chatgpt[`get${type}Btn`]())

0 commit comments

Comments
 (0)