File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
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> `
You can’t perform that action at this time.
0 commit comments