Skip to content

Commit

Permalink
Corrected donation links ↞ [auto-sync from `adamlui/chatgpt-apps/chat…
Browse files Browse the repository at this point in the history
…gpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 30, 2024
1 parent ef1f7ed commit df8a15a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2
// @version 2024.9.30.3
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -594,9 +594,9 @@
+ ' style="height: 54px ; margin: 5px 0 -2px 5px"></img>'
+ `<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 githubSponsors() { modals.safeWinOpen(app.urls.gitHub) },
function cashApp() { modals.safeWinOpen(app.urls.cashApp) }
function paypal() { modals.safeWinOpen(app.urls.donate.payPal) },
function githubSponsors() { modals.safeWinOpen(app.urls.donate.gitHub) },
function cashApp() { modals.safeWinOpen(app.urls.donate.cashApp) }
], '', 478 // set width
)

Expand Down

0 comments on commit df8a15a

Please sign in to comment.