Skip to content

Commit 6350cc4

Browse files
committed
1 parent dceb1cf commit 6350cc4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 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.2.26
222+
// @version 2025.2.26.1
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
@@ -498,14 +498,7 @@
498498
// Run MAIN routine
499499

500500
// Create browser TOOLBAR MENU + DISABLE SCRIPT if extension active
501-
env.extensionActive = await Promise.race([
502-
new Promise(resolve => {
503-
(function checkextensionActive() {
504-
if (document.documentElement.hasAttribute('chatgpt-auto-continue-extension-installed')) resolve(true)
505-
else setTimeout(checkextensionActive, 200)
506-
})()
507-
}), new Promise(resolve => setTimeout(() => resolve(false), 1500))])
508-
501+
env.extensionActive = !!sessionStorage.chatgptAutoContinueExtensionActive
509502
toolbarMenu.register() ; if (env.extensionActive) return
510503

511504
// Add RISING PARTICLES styles

0 commit comments

Comments
 (0)