Skip to content

Commit

Permalink
Updated GitHub btn label in Donate modal to include 'Sponsors' to cla…
Browse files Browse the repository at this point in the history
…rify financial intent ↞ [auto-sync from `adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 30, 2024
1 parent 9b05885 commit ef1f7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.9.30.1
// @version 2024.9.30.2
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -595,7 +595,7 @@
+ `<p>—<b><a target="_blank" rel="noopener" href="${app.author.url}">${app.msgs.appAuthor}</a></b>, ${app.msgs.alert_author}</p>`,
[ // buttons
function paypal() { modals.safeWinOpen(app.urls.payPal) },
function github() { modals.safeWinOpen(app.urls.gitHub) },
function githubSponsors() { modals.safeWinOpen(app.urls.gitHub) },
function cashApp() { modals.safeWinOpen(app.urls.cashApp) }
], '', 478 // set width
)
Expand All @@ -610,7 +610,7 @@
btns.forEach((btn, idx) => {
if (idx == 0) btn.style.display = 'none' // hide Dismiss button
else {
btn.style.cssText = 'padding: 8px 0 !important ; margin-top: -18px' // heighten + raise
btn.style.cssText = 'padding: 8px 6px !important ; margin-top: -18px ; width: 107px ; line-height: 14px'
if (idx == btns.length -1) btn.classList.remove('primary-modal-btn') // de-emphasize last link
}
})
Expand Down

0 comments on commit ef1f7ed

Please sign in to comment.