Skip to content

Commit e6c6cce

Browse files
committed
Removed referralize links ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 310eeed commit e6c6cce

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 7 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.1
151+
// @version 2026.1.27.2
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,12 +2756,7 @@
27562756
app.footerContent = dom.create.anchor('#', app.msgs.link_shareFeedback, { target: '_self', class: braveClassList })
27572757
app.footerContent.onclick = () => modals.open('feedback')
27582758

2759-
// REFERRALIZE links to support author
2760-
setTimeout(() => document.querySelectorAll('a[href^="https://www.amazon."]').forEach(anchor => {
2761-
const url = new URL(anchor.href) ; url.searchParams.set('tag', 'kudo-ai-20')
2762-
anchor.href = url.toString()
2763-
}), 1500)
2764-
2759+
apis.AIchatOS.userID = `#/chat/${Date.now()}`
27652760
// AUTO-GEN reply or show STANDBY mode
27662761
app.msgChain = [] ; const searchQuery = new URL(location.href).searchParams.get('q')
27672762
if (!app.config.autoGetDisabled || app.config.autoSummarize // Auto-Gen on

0 commit comments

Comments
 (0)