File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.10.15.1
6+ // @version 2025.10.15.2
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
12331233 const aboutModal = modals . alert (
12341234 `${ app . symbol } ${ app . msgs . appName } ` , // title
12351235 `<span style="${ labelStyles } ">🧠 ${ app . msgs . about_author } :</span> `
1236- + `<a href="${ app . author [ 0 ] . url } ">${ app . author [ 0 ] . name } </a> ${ app . msgs . about_and } `
1237- + ` <a href="${ app . urls . contributors } ">${ app . msgs . about_contributors } </a>\n`
1236+ + `<a href="${ app . author [ 0 ] . url } " target="_blank" rel="nopener">${ app . author [ 0 ] . name } </a> `
1237+ + `${ app . msgs . about_and } <a href="${ app . urls . contributors } " target="_blank" rel="nopener">`
1238+ + `${ app . msgs . about_contributors } </a>\n`
12381239 + `<span style="${ labelStyles } ">🏷️ ${ app . msgs . about_version } :</span> `
12391240 + `<span class="about-em">${ app . version } </span>\n`
12401241 + `<span style="${ labelStyles } ">📜 ${ app . msgs . about_openSourceCode } :</span> `
You can’t perform that action at this time.
0 commit comments