Adds the magic of AI to Amazon shopping
These are versions of this script where the code was updated. Show all versions.
Added ease transition to box-shadow on app div hover ↞ [auto-sync from adamlui/ai-web-extensions]
adamlui/ai-web-extensions
Update amazongpt.user.js
I changed the top level domain of the Belgian amazon website from ".be" to ".com.be", amazon.be is not amazon webshop but a insurance provider.
Bumped @version to 2024.11.2
@version
2024.11.2
Merge pull request #33 from mberetvas/patch-1
Condensed node clearing ↞ [auto-sync from adamlui/ai-web-extensions]
Added exit on support bot, split debug logs ↞ [auto-sync from adamlui/ai-web-extensions]
Added inset shadow to light scheme chatbar ↞ [auto-sync from adamlui/ai-web-extensions]
Shortened safeWinOpen() ↞ [auto-sync from adamlui/ai-web-extensions]
safeWinOpen()
Added auto-reload on update ↞ [auto-sync from adamlui/ai-web-extensions]
Bumped app.latestAsetCommitHash ↞ [auto-sync from adamlui/ai-web-extensions]
app.latestAsetCommitHash
Replaced document.onkeydown to dismiss modals w/ .addEventListener() to accommodate potential other listeners ↞ [auto-sync from adamlui/ai-web-extensions]
document.onkeydown
.addEventListener()
Overrode new Amazon ordered list coloring
Expanded product page detection
Updated ai-apps to ai-web-extensions everywhere ↞ [auto-sync from adamlui/ai-web-extensions]
ai-apps
ai-web-extensions
Added missing ) ↞ [auto-sync from adamlui/ai-apps]
)
adamlui/ai-apps
Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]
@connect
adamlui/userscripts
Changed env.scriptManager val when GM_info.scriptHandler undefined to more readable unknown ↞ [auto-sync from adamlui/ai-apps]
env.scriptManager
GM_info.scriptHandler
unknown
Updated apis.AIchatOS.expectedOrigin.url ↞ [auto-sync from adamlui/ai-apps]
apis.AIchatOS.expectedOrigin.url
Fixed dataProcess.stream() renders JSON sometimes ↞ [auto-sync from adamlui/ai-apps]
dataProcess.stream()
Tweaked ul/li margins ↞ [auto-sync from adamlui/ai-apps]
Overrode new Amazon ul styles ↞ [auto-sync from adamlui/ai-apps]
Bumped chatgpt.js to 3.3.5 ↞ [auto-sync from adamlui/ai-apps]
Removed dead Free Chat API ↞ [auto-sync from adamlui/ai-apps]
Added skip API if streaming JSON ↞ [auto-sync from adamlui/ai-apps]
Added 'Method Not Allowed' to Free Chat API fail flags ↞ [auto-sync from adamlui/ai-apps]
Changed chatgpt-apps to ai-apps everywhere ↞ [auto-sync from adamlui/ai-apps]
chatgpt-apps
Added Opera GX as compatible browser (KudoAI/amazongpt#24) ↞ [auto-sync from adamlui/chatgpt-apps]
adamlui/chatgpt-apps
Removed disabled deepseek-llm-67b-chat from Free Chat API availModels ↞ [auto-sync from adamlui/chatgpt-apps]
deepseek-llm-67b-chat
availModels
Removed unneeded organization_restricted fail flag from Free Chat API since invalid_request_error also triggers ↞ [auto-sync from adamlui/chatgpt-apps]
organization_restricted
invalid_request_error
Added organization_restricted to Free Chat API fail flags ↞ [auto-sync from adamlui/chatgpt-apps]
Added 'Model disabled' to Free Chat API fail flags ↞ [auto-sync from adamlui/chatgpt-apps]
Deduplicated log.debug in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]
log.debug
dataProcess.text()
Added skip JSON resp in dataProcess.text() (adamlui/chatgpt-apps#81) ↞ [auto-sync from adamlui/chatgpt-apps]
Added app.urls.review for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.review
Disabled Copy button animation on clicks ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped app.latestAssetCommitHash, condensed menu.state.words ↞ [auto-sync from adamlui/chatgpt-apps]
app.latestAssetCommitHash
menu.state.words
Replaced 'Leave Review' btn label in About modal w/ 'Rate Us' ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps]
notify()
Eliminated knobWidth init from toggle creation routine to condense code ↞ [auto-sync from adamlui/chatgpt-apps]
knobWidth
Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls
Removed no-longer used svgTitle from icons.copy.create() ↞ [auto-sync from adamlui/chatgpt-apps]
svgTitle
icons.copy.create()
Removed unused icons.checkmark ↞ [auto-sync from adamlui/chatgpt-apps]
icons.checkmark
Condensed icon methods ↞ [auto-sync from adamlui/chatgpt-apps]
icon
Bumped chatgpt.js to 3.3.2 ↞ [auto-sync from adamlui/chatgpt-apps]
Reduced indirection in obj key refs for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps]
Removed padding around simple expressions in template literals for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Used template literals in notify() calls for consistency ↞ [auto-sync from adamlui/chatgpt-apps]
Added pre-toggle log to toggle.proxyMode() ↞ [auto-sync from adamlui/chatgpt-apps]
toggle.proxyMode()
Simplified handling post-localizedMsgs init ↞ [auto-sync from adamlui/chatgpt-apps]
localizedMsgs
Removed whitespace from schemeNotify() msg + code for readability ↞ [auto-sync from adamlui/chatgpt-apps]
schemeNotify()
Replaced ui.app.scheme in schemeNotify() icon logic w/ scheme arg for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
ui.app.scheme
scheme
Show all script versions