File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// @icon 64 https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@e73859f/assets/images/icons/app/icon64.png
264264 window . app = {
265265 version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \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 : { }
19691969
19701970 // Init buttons
19711971 let btns = [
1972+ function saashub ( ) { } ,
19721973 function productHunt ( ) { } ,
19731974 function linkedin ( ) { } ,
19741975 function g2 ( ) { } ,
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 )
You can’t perform that action at this time.
0 commit comments