Skip to content

Commit

Permalink
Changed About's Rate Us button target from GF page to Feedback Modal …
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 1, 2024
1 parent 72a1716 commit 23db097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Yengeza Isikrini Esibanzi + Izindlela Zesikrini Esigcwele ku-chatgpt.com + perplexity.ai + poe.com ukuze uthole ukubuka okuthuthukisiwe + okuncishisiwe ukuskrola
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.12.1.2
// @version 2024.12.1.3
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -641,7 +641,7 @@
function paypal() { modals.safeWinOpen(app.urls.donate.payPal) },
function githubSponsors() { modals.safeWinOpen(app.urls.donate.gitHub) },
function cashApp() { modals.safeWinOpen(app.urls.donate.cashApp) },
function rateUs() { modals.safeWinOpen(app.urls.review.greasyFork) }
function rateUs() { modals.feedback.show() }
], '', 478 // set width
)

Expand Down

0 comments on commit 23db097

Please sign in to comment.