File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
autoclear-chatgpt-history/greasemonkey Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225225// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.1.29.7
228+ // @version 2025.1.30
229229// @license MIT
230230// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
888888 } ,
889889
890890 state ( ) {
891- if ( ! this . div ) return // since toggle never created = sidebar missing
891+ if ( ! toggles . sidebar . div ) return // since toggle never created = sidebar missing
892892 toggles . sidebar . div . style . display = config . toggleHidden ? 'none' : 'flex'
893893 toggles . sidebar . toggleInput . checked = config . autoclear
894894 toggles . sidebar . toggleLabel . innerText = `${ app . msgs . mode_autoclear } `
You can’t perform that action at this time.
0 commit comments