From 7d0e42397ccee3badd372bfe1840e53a407ee29d Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sat, 11 Jan 2025 21:20:57 -0800 Subject: [PATCH] =?UTF-8?q?Enabled=20Auto-Focus=20Chatbar=20by=20default?= =?UTF-8?q?=20to=20align=20w/=20other=20KudoAI=20scripts=20=E2=86=9E=20[au?= =?UTF-8?q?to-sync=20from=20https://github.com/adamlui/ai-web-extensions/t?= =?UTF-8?q?ree/main/amazongpt]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt/amazongpt/amazongpt.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/amazongpt/amazongpt.user.js b/chatgpt/amazongpt/amazongpt.user.js index ecc4638aec..b1456f2853 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 2025.1.11.2 +// @version 2025.1.11.3 // @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 @@ -359,7 +359,7 @@ streamingDisabled: { type: 'toggle', icon: 'signalStream', defaultVal: false, label: app.msgs.mode_streaming, helptip: app.msgs.helptip_streamingMode }, - autoFocusChatbarDisabled: { type: 'toggle', mobile: false, icon: 'caretsInward', + autoFocusChatbarDisabled: { type: 'toggle', mobile: false, icon: 'caretsInward', defaultVal: false, label: app.msgs.menuLabel_autoFocusChatbar, helptip: app.msgs.helptip_autoFocusChatbar }, autoScroll: { type: 'toggle', mobile: false, icon: 'arrowsDown', defaultVal: false,