File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +4
-8
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.30.3
228
+ // @version 2025.1.30.4
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
880
880
navicon ( { preload = false } = { } ) {
881
881
const baseURL = `${ app . urls . assetHost } /images/icons/incognito` ,
882
882
schemeMap = { light : 'black' , dark : 'white' } ,
883
- fileName = 'icon32.png'
884
-
883
+ fileName = `icon32.png?v=${ app . latestResourceCommitHash } `
885
884
if ( preload )
886
885
Object . keys ( schemeMap ) . forEach ( scheme =>
887
- new Image ( ) . src = `${ baseURL } /${ schemeMap [ scheme ] } /${ fileName } ?v=`
888
- + app . latestResourceCommitHash
889
- )
890
- else toggles . sidebar . navicon . src = baseURL
891
- + `/${ schemeMap [ env . ui . scheme ] } /${ fileName } ?v=${ app . latestResourceCommitHash } `
886
+ new Image ( ) . src = `${ baseURL } /${ schemeMap [ scheme ] } /${ fileName } ` )
887
+ else toggles . sidebar . navicon . src = `${ baseURL } /${ schemeMap [ env . ui . scheme ] } /${ fileName } `
892
888
} ,
893
889
894
890
scheme ( ) { // to match UI scheme
You can’t perform that action at this time.
0 commit comments