File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : '2babed ' , // for cached <app|messages>.json
268- aiweb : '435d5ea ' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
267+ app : '8cd32a6 ' , // for cached <app|messages>.json
268+ aiweb : 'e6263d7 ' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
269269 } ,
270270 config : { }
271271 }
26602660 [class*=-modal-bg] {
26612661 pointer-events: auto ; /* override any disabling from site modals */
26622662 position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; /* expand to full view-port */
2663- display: flex ; justify-content: center ; align-items: center ; z-index: 9999 ; /* align */
2663+ display: flex !important ; justify-content: center ; align-items: center ; z-index: 9999 ; /* align */
26642664 transition: var(--bg-transition) ; /* dim */
26652665 -webkit-transition: var(--bg-transition) ; -moz-transition: var(--bg-transition) ;
26662666 -o-transition: var(--bg-transition) ; -ms-transition: var(--bg-transition) }
You can’t perform that action at this time.
0 commit comments