diff --git a/bravegpt/greasemonkey/bravegpt.user.js b/bravegpt/greasemonkey/bravegpt.user.js index 1cb754997..80c299749 100644 --- a/bravegpt/greasemonkey/bravegpt.user.js +++ b/bravegpt/greasemonkey/bravegpt.user.js @@ -114,7 +114,7 @@ // @description:zu Engeza amaswazi aseChatGPT emugqa wokuqala weBrave Search (ibhulohwe nguGPT-4!) // @author KudoAI // @namespace https://kudoai.com -// @version 2024.5.9 +// @version 2024.5.10 // @license MIT // @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png // @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png @@ -1251,7 +1251,7 @@ .replace(/(\d+)-?([a-zA-Z-]*)$/, (_, id, name) => `${ id }/${ !name ? 'script' : name }.meta.js`) config.supportURL = config.gitHubURL + '/issues/new' config.feedbackURL = config.gitHubURL + '/discussions/new/choose' - config.assetHostURL = config.gitHubURL.replace('github.com', 'cdn.jsdelivr.net/gh') + '/' + config.assetHostURL = config.gitHubURL.replace('github.com', 'cdn.jsdelivr.net/gh') + '@1182221/' config.userLocale = config.userLanguage.includes('-') ? config.userLanguage.split('-')[1].toLowerCase() : '' loadSetting('autoGetDisabled', 'prefixEnabled', 'proxyAPIenabled', 'replyLanguage', 'rqDisabled', 'suffixEnabled', 'widerSidebar')