Skip to content

Commit bc5f773

Browse files
committed
1 parent f41696a commit bc5f773

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.14
222+
// @version 2025.5.14.1
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
@@ -229,12 +229,12 @@
229229
// @connect gm.chatgptautocontinue.com
230230
// @connect raw.githubusercontent.com
231231
// @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=
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@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=
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.update('toast')
459+
if (!styles.toast.node) styles.update({ key: 'toast' })
460460
if (config.notifDisabled && !new RegExp(`${app.msgs.menuLabel_notifs}|${app.msgs.mode_toast}|🧩`).test(msg))
461461
return
462462

0 commit comments

Comments
 (0)