Skip to content

Commit 3a3a57a

Browse files
committed
Deleted erroneously duplicated apis.AIchatOS.userID init ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent ac37c53 commit 3a3a57a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.1.27.2
151+
// @version 2026.1.27.3
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -2756,7 +2756,6 @@
27562756
app.footerContent = dom.create.anchor('#', app.msgs.link_shareFeedback, { target: '_self', class: braveClassList })
27572757
app.footerContent.onclick = () => modals.open('feedback')
27582758

2759-
apis.AIchatOS.userID = `#/chat/${Date.now()}`
27602759
// AUTO-GEN reply or show STANDBY mode
27612760
app.msgChain = [] ; const searchQuery = new URL(location.href).searchParams.get('q')
27622761
if (!app.config.autoGetDisabled || app.config.autoSummarize // Auto-Gen on

0 commit comments

Comments
 (0)