diff --git a/chatgpt/amazongpt/amazongpt.user.js b/chatgpt/amazongpt/amazongpt.user.js index 25aa47da4..79501c1d5 100644 --- a/chatgpt/amazongpt/amazongpt.user.js +++ b/chatgpt/amazongpt/amazongpt.user.js @@ -3,7 +3,7 @@ // @description Adds the magic of AI to Amazon shopping // @author KudoAI // @namespace https://kudoai.com -// @version 2024.11.22.7 +// @version 2024.11.22.8 // @license MIT // @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7 // @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7 @@ -362,7 +362,6 @@ label: `${app.msgs.menuLabel_about} ${app.name}...` } }}) Object.assign(config, { minFontSize: 11, maxFontSize: 24, lineHeightRatio: 1.28 }) - config.userLocale = env.browser.language.includes('-') ? env.browser.language.split('-')[1].toLowerCase() : '' settings.load('autoFocusChatbarDisabled', 'autoScroll', 'bgAnimationsDisabled', 'expanded', 'fgAnimationsDisabled', 'fontSize', 'minimized', 'proxyAPIenabled', 'replyLanguage', 'scheme', 'streamingDisabled') if (!config.replyLanguage) settings.save('replyLanguage', env.browser.language) // init reply language if unset