Skip to content

Commit 4ee1777

Browse files
committed
Added SaasHub button to Review modal (closes adamlui/ai-web-extensions#524) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 701f0f1 commit 4ee1777

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.7.28.4
151+
// @version 2026.7.29
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@e73859f/assets/images/icons/app/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@e73859f/assets/images/icons/app/icon64.png
@@ -264,7 +264,7 @@
264264
window.app = {
265265
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
266266
commitHashes: {
267-
app: '8cd32a6', // for cached <app|messages>.json
267+
app: '9d0eb3b', // for cached <app|messages>.json
268268
aiweb: '9b38088' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
269269
},
270270
config: {}
@@ -1969,6 +1969,7 @@
19691969

19701970
// Init buttons
19711971
let btns = [
1972+
function saashub(){},
19721973
function productHunt(){},
19731974
function linkedin(){},
19741975
function g2(){},
@@ -2003,6 +2004,7 @@
20032004
: btn.textContent == 'G2' ? app.urls.review.g2
20042005
: btn.textContent == 'Linkedin' ? app.urls.review.linkedin
20052006
: btn.textContent == 'Product Hunt' ? app.urls.review.productHunt
2007+
: btn.textContent == 'Saashub' ? app.urls.review.saashub
20062008
: btn.textContent == 'Scriptcat' ? app.urls.review.scriptcat
20072009
: app.urls.discuss
20082010
)

0 commit comments

Comments
 (0)