Skip to content

Commit 1babae0

Browse files
committed
Added SCO button to Review modal (closes KudoAI/bravegpt#214) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 4ee1777 commit 1babae0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.7.29
151+
// @version 2026.7.29.1
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@2f21b5f/assets/images/icons/app/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@2f21b5f/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: 'd8ae1f8', // for cached <app|messages>.json
267+
app: '6b46220', // 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
}
@@ -1971,7 +1971,8 @@
19711971
function productHunt(){},
19721972
function linkedin(){},
19731973
function g2(){},
1974-
function alternativeto(){}
1974+
function alternativeto(){},
1975+
function scriptcat(){}
19751976
]
19761977
if (modals.stack[0] != 'about') btns.push(function github(){})
19771978

@@ -2002,6 +2003,7 @@
20022003
: btn.textContent == 'Linkedin' ? app.urls.review.linkedin
20032004
: btn.textContent == 'Product Hunt' ? app.urls.review.productHunt
20042005
: btn.textContent == 'Saashub' ? app.urls.review.saashub
2006+
: btn.textContent == 'Scriptcat' ? app.urls.review.scriptcat
20052007
: app.urls.discuss
20062008
)
20072009
})

0 commit comments

Comments
 (0)