Greasy Fork is available in English.
Adds the magic of AI to Amazon shopping
Dette er versjoner av dette scriptet hvor koden ble oppdatert. Vis alle versjoner.
Bumped chatgpt.js to 3.1.0 ↞ [auto-sync from adamlui/chatgpt-apps]
adamlui/chatgpt-apps
Moved .no-mobile-tap-outline from corner btn spans to container div ↞ [auto-sync from adamlui/chatgpt-apps]
.no-mobile-tap-outline
Appended exclamation mark to tooltip status on Copy btn clicks ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
config.latestAssetCommitHash
Limited XHR request for msgs init to non-English user languages ↞ [auto-sync from adamlui/chatgpt-apps]
Eliminated iconParent from show.copyBtns() for brevity ↞ [auto-sync from adamlui/chatgpt-apps]
iconParent
show.copyBtns()
Re-structured Copy btn elems to align w/ other btns, added status to tooltip on clicks ↞ [auto-sync from adamlui/chatgpt-apps]
Added error catching to markdown rendering ↞ [auto-sync from adamlui/chatgpt-apps]
Disabled notification on Copy button clicks ↞ [auto-sync from adamlui/chatgpt-apps]
Removed background style from .no-mobile-tap-outline to accommodate co-existing styles ↞ [auto-sync from adamlui/chatgpt-apps]
background
Abstracted .no-mobile-tap-outline class, expanded browser support ↞ [auto-sync from adamlui/chatgpt-apps]
Disabled blue rectangles around buttons/logo on mobile taps ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed inaccurate visibleBtnCnt in update.tweaksStyle() ↞ [auto-sync from adamlui/chatgpt-apps]
visibleBtnCnt
update.tweaksStyle()
Disabled hover zoom fx on mobile ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed visibleBtnCnt didn't detect Minimize/Expand btns as hidden in un-anchored Standby mode ↞ [auto-sync from adamlui/chatgpt-apps]
Removed no-longer used resolve arg from dataProcess.text() return ↞ [auto-sync from adamlui/chatgpt-apps]
resolve
dataProcess.text()
Removed unused arrayify() def/call from dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]
arrayify()
Enlarged Close button in Settings modal, abstracted icons.x ↞ [auto-sync from adamlui/chatgpt-apps]
icons.x
Eliminated lingering tip on Font Size slider dismissal ↞ [auto-sync from adamlui/chatgpt-apps]
Disabled auto-dismiss of Font Size slider on interactive elem clicks ↞ [auto-sync from adamlui/chatgpt-apps]
Removed auto-hide Font Size slider from show.reply() to support adjusting while streaming ↞ [auto-sync from adamlui/chatgpt-apps]
show.reply()
Added reply balloon tip checks in fontSizeSlider.toggle() to accommodate unused in dark mode ↞ [auto-sync from adamlui/chatgpt-apps]
fontSizeSlider.toggle()
Added label arg to log.info() ↞ [auto-sync from adamlui/chatgpt-apps]
label
log.info()
Changed log.err()s of responses to log.info()s, removed no-longer needed JSON.stringify() ↞ [auto-sync from adamlui/chatgpt-apps]
log.err()
JSON.stringify()
Added response log to Proxy Mode 200 response failures ↞ [auto-sync from adamlui/chatgpt-apps]
Added directive to suppress ESLint no-unused-vars warning for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Expanded auto-type conversion to all args in log.err() ↞ [auto-sync from adamlui/chatgpt-apps]
Corrected typeof comparison in log.info ↞ [auto-sync from adamlui/chatgpt-apps]
typeof
log.info
Added type conversion to log.info() to prevent uncaught exceptions in TM (Tampermonkey/tampermonkey#2158) ↞ [auto-sync from adamlui/chatgpt-apps]
Improved app div Font Size slider dismiss listener
while
event.target.closest()
Disabled non-left-click dragging in drag handlers ↞ [auto-sync from adamlui/chatgpt-apps]
Removed unused sliderTip from rects in fontSizeSlider.toggle() ↞ [auto-sync from adamlui/chatgpt-apps]
sliderTip
rects
Removed test log ↞ [auto-sync from adamlui/chatgpt-apps]
Added tip to Font Size slider to point to button ↞ [auto-sync from adamlui/chatgpt-apps]
Improved randQAprompt
randQAprompt
Condensed toggle.tooltip()
toggle.tooltip()
± Refactored position routine using objs/loop
currentBtnType
btnType
Added space after 🚀 in update alert ↞ [auto-sync from adamlui/chatgpt-apps]
Removed config.appSymbol from siteAlert(title) ↞ [auto-sync from adamlui/chatgpt-apps]
config.appSymbol
siteAlert(title)
Removed no-longer needed invisible .filter() from cornerBtnTypes in update.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]
.filter()
cornerBtnTypes
update.tooltip()
Tweaked Copy icon dimensions in notifs to vertically center text ↞ [auto-sync from adamlui/chatgpt-apps]
Expanded real-time x-positioning of tooltips to all buutton types ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced .target.closest() in event handlers w/ more performant .currentTarget ↞ [auto-sync from adamlui/chatgpt-apps]
.target.closest()
.currentTarget
Removed no-longer needed tooltip stripping from copy function ↞ [auto-sync from adamlui/chatgpt-apps]
Limited Copy button tooltips to desktop ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced Copy button's browser tooltips w/ beautiful custom ones ↞ [auto-sync from adamlui/chatgpt-apps]
Eliminated handleCopyClick() def from show.copyBtns() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
handleCopyClick()
Added stripping of leading/trailing whitespace to copy function ↞ [auto-sync from adamlui/chatgpt-apps]
Eliminated parentElem arg from handleCopyClick() to reduce cognitive overload ↞ [auto-sync from adamlui/chatgpt-apps]
parentElem
Merged update.tooltip() into toggle.tooltip() for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]
Moved y-pos calc from update.tooltip() to toggle.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]
Show all script versions