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 message keys ↞ [auto-sync from `adamlui/chatgpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed May 11, 2024
1 parent 53880fc commit 726194c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.5.10.4
// @version 2024.5.10.5
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -270,7 +270,7 @@
config.updateURL = config.greasyForkURL.replace('https://', 'https://update.')
.replace(/(\d+)-?([a-zA-Z-]*)$/, (_, id, name) => `${ id }/${ !name ? 'script' : name }.meta.js`)
config.supportURL = config.gitHubURL + '/issues/new'
config.assetHostURL = config.gitHubURL.replace('github.com', 'cdn.jsdelivr.net/gh') + '/'
config.assetHostURL = config.gitHubURL.replace('github.com', 'cdn.jsdelivr.net/gh') + '@49856ac/'
loadSetting('fullerWindows', 'fullWindow', 'hiddenFooter', 'hiddenHeader', 'notifDisabled',
'ncbDisabled', 'tcbDisabled', 'widerChatbox', 'wideScreen')

Expand Down

0 comments on commit 726194c

Please sign in to comment.