File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
chatgpt-auto-talk/greasemonkey Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 225225// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.4.1
228+ // @version 2025.4.1.1
229229// @license MIT
230230// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon48.png
231231// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@9f1ed3c/assets/images/icons/openai/black/icon64.png
885885 toggles . sidebar . toggleInput . checked = ! config . autoTalkDisabled
886886 toggles . sidebar . toggleLabel . innerText = `${ app . msgs . mode_autoTalk } `
887887 + app . msgs [ `state_${ toggles . sidebar . toggleInput . checked ? 'enabled' : 'disabled' } ` ]
888- toggles . sidebar . update . navicon ( )
889888 requestAnimationFrame ( ( ) => {
890889 toggles . sidebar . switchSpan . className = toggles . sidebar . toggleInput . checked ? 'enabled'
891890 : 'disabled'
You can’t perform that action at this time.
0 commit comments