Skip to content

Commit

Permalink
Added app.urls.review for improved structure ↞ [auto-sync from `ada…
Browse files Browse the repository at this point in the history
…mlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Oct 2, 2024
1 parent 46fb8e6 commit 6789ea0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.9.30.2
// @version 2024.10.2
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -422,6 +422,7 @@
greasyFork: 'https://greasyfork.org/scripts/478597-googlegpt',
publisher: 'https://www.kudoai.com',
relatedApps: 'https://github.com/adamlui/chatgpt-apps',
review: { greasyFork: 'https://greasyfork.org/scripts/478597-googlegpt/feedback#post-discussion' },
support: 'https://support.googlegpt.io'
},
latestAssetCommitHash: 'b20c6e9' // for cached messages.json
Expand Down Expand Up @@ -1118,7 +1119,7 @@
[ // buttons
function checkForUpdates() { updateCheck() },
function getSupport() { modals.safeWinOpen(app.urls.support) },
function rateUs() { modals.safeWinOpen(app.urls.greasyFork + '/feedback#post-discussion') },
function rateUs() { modals.safeWinOpen(app.urls.review.greasyFork) },
function moreChatGPTapps() { modals.safeWinOpen(app.urls.relatedApps) }
], '', 585) // modal width
const aboutModal = document.getElementById(aboutModalID).firstChild
Expand Down Expand Up @@ -1161,7 +1162,7 @@

// Init buttons
let btns = [
function greasyFork() { modals.safeWinOpen(app.urls.greasyFork + '/feedback#post-discussion') }]
function greasyFork() { modals.safeWinOpen(app.urls.review.greasyFork) }]
if (options.sites == 'feedback') btns.splice(1, 0,
function github() { modals.safeWinOpen(app.urls.gitHub + '/discussions/new/choose') })

Expand Down

0 comments on commit 6789ea0

Please sign in to comment.