Skip to content

Commit 63aae46

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

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (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.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -2769,12 +2769,6 @@
27692769
// REPLACE appDivParent max-width w/ min-width for better UI
27702770
if (!env.browser.isMobile) Object.assign(app.divParent.div.style, { maxWidth: '', minWidth: '448px' })
27712771

2772-
// REFERRALIZE links to support author
2773-
setTimeout(() => document.querySelectorAll('a[href^="https://www.amazon."]').forEach(anchor => {
2774-
const url = new URL(anchor.href) ; url.searchParams.set('tag', 'kudo-ai-20')
2775-
anchor.href = url.toString()
2776-
}), 1500)
2777-
27782772
// AUTO-GEN reply or show STANDBY mode
27792773
app.msgChain = [] ; const searchQuery = new URL(location.href).searchParams.get('q')
27802774
if (app.config.autoGet || app.config.autoSummarize // Auto-Gen on

0 commit comments

Comments
 (0)