File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.1.29.5
228
+ // @version 2025.1.29.6
229
229
// @license MIT
230
230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231
231
// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
875
875
sidebar . insertBefore ( this . div , sidebar . children [ 1 ] ) ; this . status = 'inserted'
876
876
} ,
877
877
878
+ updateNavicon ( ) {
879
+ this . navicon . src = `${ app . urls . assetHost } /images/icons/incognito/${
880
+ env . ui . scheme == 'dark' ? 'white' : 'black' } /icon32.png?v=${ app . latestResourceCommitHash } `
881
+ } ,
882
+
878
883
updateScheme ( ) { // to match UI scheme
879
884
this . div . classList . add ( env . ui . scheme )
880
885
this . div . classList . remove ( env . ui . scheme == 'dark' ? 'light' : 'dark' )
881
- this . navicon . src = `${ app . urls . assetHost } /images/icons/incognito/${
882
- env . ui . scheme == 'dark' ? 'white' : 'black' } /icon32.png?v=${ app . latestResourceCommitHash } `
886
+ this . updateNavicon ( )
883
887
} ,
884
888
885
889
updateState ( ) {
You can’t perform that action at this time.
0 commit comments