Skip to content

Commit 57fe38f

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.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-Brave Search (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.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -1863,8 +1863,9 @@
18631863
const aboutModal = modals.alert(
18641864
`${app.symbol} ${app.msgs.appName}`, // title
18651865
`<span style="${labelStyles}">🧠 ${app.msgs.about_author}:</span> `
1866-
+ `<a href="${app.author[0].url}">${app.author[0].name}</a> ${app.msgs.about_and}`
1867-
+ ` <a href="${app.urls.contributors}">${app.msgs.about_contributors}</a>\n`
1866+
+ `<a href="${app.author[0].url}" target="_blank" rel="nopener">${app.author[0].name}</a> `
1867+
+ `${app.msgs.about_and} <a href="${app.urls.contributors}" target="_blank" rel="nopener">`
1868+
+ `${app.msgs.about_contributors}</a>\n`
18681869
+ `<span style="${labelStyles}">🏷️ ${app.msgs.about_version}:</span> `
18691870
+ `<span class="about-em">${app.version}</span>\n`
18701871
+ `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `

0 commit comments

Comments
 (0)