Skip to content

Commit

Permalink
Boldened labels in About modal msg ↞ [auto-sync from https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 13, 2025
1 parent 6e3c7f4 commit 8088bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions greasemonkey/chatgpt-auto-refresh.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.2.12.2
// @version 2025.2.13
// @license MIT
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
Expand Down Expand Up @@ -540,14 +540,14 @@
// Show modal
const aboutModal = modals.alert(
`${app.symbol} ${app.msgs.appName}`, // title
`🧠 ${app.msgs.about_author}: ` // msg
`<b>🧠 ${app.msgs.about_author}:</b> ` // msg
+ `<a href="${app.author.url}">${app.msgs.appAuthor}</a> ${app.msgs.about_and}`
+ ` <a href="${app.urls.contributors}">${app.msgs.about_contributors}</a>\n`
+ `🏷️ ${app.msgs.about_version}: <span class="about-em">${app.version}</span>\n`
+ `📜 ${app.msgs.about_openSourceCode}: `
+ `<b>🏷️ ${app.msgs.about_version}:</b> <span class="about-em">${app.version}</span>\n`
+ `<b>📜 ${app.msgs.about_openSourceCode}:</b> `
+ `<a href="${app.urls.gitHub}" target="_blank" rel="nopener">`
+ app.urls.gitHub + '</a>\n'
+ `⚡ ${app.msgs.about_poweredBy}: `
+ `<b>${app.msgs.about_poweredBy}:</b> `
+ `<a href="${app.urls.chatgptJS}" target="_blank" rel="noopener">chatgpt.js</a>`
+ ` v${app.chatgptJSver}`,
[ // buttons
Expand Down

0 comments on commit 8088bc0

Please sign in to comment.