File tree Expand file tree Collapse file tree 12 files changed +6
-12
lines changed
autoclear-chatgpt-history/assets/data
chatgpt-auto-refresh/assets/data
chatgpt-auto-talk/assets/data Expand file tree Collapse file tree 12 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 55 "urls" : {
66 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@latest/assets" ,
77 "chatgptJS" : " https://chatgpt.js.org" ,
8- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
98 "contributors" : " https://docs.autoclearchatgpt.com/#-contributors" ,
109 "discuss" : " https://github.com/adamlui/autoclear-chatgpt-history/discussions" ,
1110 "donate" : {
Original file line number Diff line number Diff line change 55 "urls" : {
66 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@latest/assets" ,
77 "chatgptJS" : " https://chatgpt.js.org" ,
8- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
98 "contributors" : " https://docs.chatgptautocontinue.com/#-contributors" ,
109 "discuss" : " https://github.com/adamlui/chatgpt-auto-continue/discussions" ,
1110 "donate" : {
Original file line number Diff line number Diff line change 164164 const cjsSpan = footer . querySelector ( '.cjs-span' ) ,
165165 cjsLogo = footer . querySelector ( '.cjs-logo' )
166166 cjsSpan . title = env . browser . displaysEnglish ? '' : `${ getMsg ( 'about_poweredBy' ) } chatgpt.js`
167- cjsLogo . src = ` ${ app . urls . cjsAssetHost . replace ( '@latest' , '@ 745f0ca' ) } / images/badges/powered-by-chatgpt.js.png`
167+ cjsLogo . src = 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@ 745f0ca/assets/ images/badges/powered-by-chatgpt.js.png'
168168 cjsLogo . onclick = ( ) => { open ( app . urls . chatgptJS ) ; close ( ) }
169169
170170 // Init ABOUT footer button
Original file line number Diff line number Diff line change 164164 const cjsSpan = footer . querySelector ( '.cjs-span' ) ,
165165 cjsLogo = footer . querySelector ( '.cjs-logo' )
166166 cjsSpan . title = env . browser . displaysEnglish ? '' : `${ getMsg ( 'about_poweredBy' ) } chatgpt.js`
167- cjsLogo . src = ` ${ app . urls . cjsAssetHost . replace ( '@latest' , '@ 745f0ca' ) } / images/badges/powered-by-chatgpt.js.png`
167+ cjsLogo . src = 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@ 745f0ca/assets/ images/badges/powered-by-chatgpt.js.png'
168168 cjsLogo . onclick = ( ) => { open ( app . urls . chatgptJS ) ; close ( ) }
169169
170170 // Init ABOUT footer button
Original file line number Diff line number Diff line change 55 "urls" : {
66 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@latest/assets" ,
77 "chatgptJS" : " https://chatgpt.js.org" ,
8- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
98 "contributors" : " https://docs.chatgptautorefresh.com/#-contributors" ,
109 "discuss" : " https://github.com/adamlui/chatgpt-auto-refresh/discussions" ,
1110 "donate" : {
Original file line number Diff line number Diff line change 55 "urls" : {
66 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@latest/assets" ,
77 "chatgptJS" : " https://chatgpt.js.org" ,
8- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
98 "contributors" : " https://docs.chatgptautotalk.com/#-contributors" ,
109 "discuss" : " https://github.com/adamlui/chatgpt-auto-talk/discussions" ,
1110 "donate" : {
Original file line number Diff line number Diff line change 55 "urls" : {
66 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@latest/assets" ,
77 "chatgptJS" : " https://chatgpt.js.org" ,
8- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
98 "contributors" : " https://docs.chatgptautorefresh.com/#-contributors" ,
109 "discuss" : " https://github.com/adamlui/chatgpt-infinity /discussions" ,
1110 "donate" : {
Original file line number Diff line number Diff line change 222222 const cjsSpan = footer . querySelector ( '.cjs-span' ) ,
223223 cjsLogo = footer . querySelector ( '.cjs-logo' )
224224 cjsSpan . title = env . browser . displaysEnglish ? '' : `${ getMsg ( 'about_poweredBy' ) } chatgpt.js`
225- cjsLogo . src = ` ${ app . urls . cjsAssetHost . replace ( '@latest' , '@ 745f0ca' ) } / images/badges/powered-by-chatgpt.js.png`
225+ cjsLogo . src = 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@ 745f0ca/assets/ images/badges/powered-by-chatgpt.js.png'
226226 cjsLogo . onclick = ( ) => { open ( app . urls . chatgptJS ) ; close ( ) }
227227
228228 // Init ABOUT footer button
Original file line number Diff line number Diff line change 224224 const cjsSpan = footer . querySelector ( '.cjs-span' ) ,
225225 cjsLogo = footer . querySelector ( '.cjs-logo' )
226226 cjsSpan . title = env . browser . displaysEnglish ? '' : `${ getMsg ( 'about_poweredBy' ) } chatgpt.js`
227- cjsLogo . src = ` ${ app . urls . cjsAssetHost . replace ( '@latest' , '@ 745f0ca' ) } / images/badges/powered-by-chatgpt.js.png`
227+ cjsLogo . src = 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@ 745f0ca/assets/ images/badges/powered-by-chatgpt.js.png'
228228 cjsLogo . onclick = ( ) => { open ( app . urls . chatgptJS ) ; close ( ) }
229229
230230 // Init ABOUT footer button
Original file line number Diff line number Diff line change 44 "urls" : {
55 "assetHost" : " https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@latest/assets" ,
66 "chatgptJS" : " https://chatgpt.js.org" ,
7- "cjsAssetHost" : " https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@latest/assets" ,
87 "contributors" : " https://docs.chatgptwidescreen.com/#-contributors" ,
98 "discuss" : " https://github.com/adamlui/chatgpt-widescreen/discussions" ,
109 "donate" : {
You can’t perform that action at this time.
0 commit comments