Skip to content

Commit b4240b1

Browse files
committed
Made About modal author links open new tabs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 470d353 commit b4240b1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 4 additions & 3 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 2025.10.15.1
151+
// @version 2025.10.15.2
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
@@ -1865,8 +1865,9 @@
18651865
const aboutModal = modals.alert(
18661866
`${app.symbol} ${app.msgs.appName}`, // title
18671867
`<span style="${labelStyles}">🧠 ${app.msgs.about_author}:</span> `
1868-
+ `<a href="${app.author[0].url}">${app.author[0].name}</a> ${app.msgs.about_and}`
1869-
+ ` <a href="${app.urls.contributors}">${app.msgs.about_contributors}</a>\n`
1868+
+ `<a href="${app.author[0].url}" target="_blank" rel="nopener">${app.author[0].name}</a> `
1869+
+ `${app.msgs.about_and} <a href="${app.urls.contributors}" target="_blank" rel="nopener">`
1870+
+ `${app.msgs.about_contributors}</a>\n`
18701871
+ `<span style="${labelStyles}">🏷️ ${app.msgs.about_version}:</span> `
18711872
+ `<span class="about-em">${app.version}</span>\n`
18721873
+ `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `

0 commit comments

Comments
 (0)