diff --git a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js index a5ca91dbb..09102654a 100644 --- a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js +++ b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js @@ -225,7 +225,7 @@ // @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.11.26.4 +// @version 2024.11.27 // @license MIT // @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef // @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef @@ -381,7 +381,7 @@ keys.forEach(key => config[key] = GM_getValue(app.configKeyPrefix + '_' + key, false)) }, - save(key, value) { GM_setValue(app.configKeyPrefix + '_' + key, value) ; config[key] = value } + save(key, val) { GM_setValue(app.configKeyPrefix + '_' + key, val) ; config[key] = val } } settings.load('autoclear', 'notifDisabled', 'toggleHidden')