Skip to content

Commit

Permalink
Changed app.urls.relatedApps key name to relatedExtensions ↞ [aut…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 26, 2024
1 parent aa9dcfc commit 1c9a475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.11.25.1
// @version 2024.11.25.2
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
Expand Down Expand Up @@ -243,7 +243,7 @@
gitHub: 'https://github.com/KudoAI/duckduckgpt',
greasyFork: 'https://greasyfork.org/scripts/459849-duckduckgpt',
publisher: 'https://www.kudoai.com',
relatedApps: 'https://github.com/adamlui/ai-web-extensions',
relatedExtensions: 'https://github.com/adamlui/ai-web-extensions',
review: {
alternativeTo: 'https://alternativeto.net/software/duckduckgpt/about/',
greasyFork: 'https://greasyfork.org/scripts/459849-duckduckgpt/feedback#post-discussion',
Expand Down Expand Up @@ -962,7 +962,7 @@
function checkForUpdates() { updateCheck() },
function getSupport() { modals.safeWinOpen(app.urls.support) },
function rateUs() { modals.feedback.show({ sites: 'review' }) },
function moreAIextensions() { modals.safeWinOpen(app.urls.relatedApps) }
function moreAIextensions() { modals.safeWinOpen(app.urls.relatedExtensions) }
], '', 577) // modal width
const aboutModal = document.getElementById(aboutModalID).firstChild

Expand Down

0 comments on commit 1c9a475

Please sign in to comment.