Skip to content

Commit

Permalink
Inserted latest locale commit hash to config.assetHostURL to preser…
Browse files Browse the repository at this point in the history
…ve potentially deleted msg keys ↞ [auto-sync from `KudoAI/bravegpt`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed May 11, 2024
1 parent 726194c commit 93fc983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bravegpt/greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 93fc983

Please sign in to comment.