Додаје АИ одговоре у Google Search (покреће ГПТ-4о!)
These are all versions of this script. Show only the versions where the code changed.
Converted double quotes to single quotes ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added app.urls.contributors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.contributors
Moved tooltipsSupported from menu.register() to env.scriptManager.supportsTooltips for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
tooltipsSupported
menu.register()
env.scriptManager.supportsTooltips
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
Consolidated entry creation routines in menu.register() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed event args of forEach loops in modals.handlers.drag type methods to eventType for better clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
event
forEach
modals.handlers.drag
eventType
Trigger messages.json sync ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Stripped unneeded quotes from CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Increased delay before div removal in modals.hide() +20ms for smoother transition ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.hide()
Bumped chatgpt.js to 3.3.5 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Aligned delay before div removal in modals.hide() w/ keyframe duration for smoothness ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added override of pointer event disabling to modal styles ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Condensed event check in modals.handlers.keys() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.handlers.keys()
Added missing CSS prop name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Centralized listernize modal dismiss elems logic into modals.init(), refactored modals.handlers.click() for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.init()
modals.handlers.click()
Replaced -menu-entry in IDs w/ -settings-entry for better clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
-menu-entry
-settings-entry
Widened About Settings entry status span ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unneeded z-index from modal styles ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved marker detection in arrayify() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
arrayify()
Bumped resources ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Re-aligned Pin menu w/ updated tooltip positions when opening upward ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Corrected View Changes URL in modals.update.available() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.update.available()
Added stars div check to fillStarryBG() to avoid duplicates from multi modals.open() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
fillStarryBG()
modals.open()
Moved appStyle to app.styles for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
appStyle
app.styles
Edited whitespace in appStyle for ternary readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved @keyframes modal-zoom-fade-out {} from appStyle to more appropriate modals.styles ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
@keyframes modal-zoom-fade-out {}
modals.styles
Removed unused visibility transition style ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Hid app div corner buttons beyond 1st few except on app div mouseover ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Updated Maximize/Minimize + Expand/Shrink button selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Centralized general reply corner button styles to appStyle, lightened light scheme fill ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved app div footer styles to end of app div styles for easier access ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed app div corner button classes to distinguish from reply corner buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed listenerize.cornerBtns() to .appDivCornerBtns() to distinguish from reply corner buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
listenerize.cornerBtns()
.appDivCornerBtns()
Removed less helpful debug logs for cleaner console ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unused checkmarksSVG.id assignment ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
checkmarksSVG.id
Deleted erroneously added lines ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Fixed Copy/Regen buttons don't turn white in dark scheme ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added spin to arrows icon in schemeNotify('auto') ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
schemeNotify('auto')
Added spacing to schemeNotify() + fixed wrong icon for Auto shown ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
schemeNotify()
Added ini tilt to icons.arrowsCycle ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
icons.arrowsCycle
Replaced scheme w/ env.ui.app.scheme in schemeNotify() for consistency ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
scheme
env.ui.app.scheme
Corrected selector for spinning cycle arrows in Settings when scheme set to Auto ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Tightened new selector for spinning cycle arrows in Settings when scheme set to Auto to not spin other icons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added chatbar visible focus style ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unused ${app.cssPrefix}-continue-chat assignment ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
${app.cssPrefix}-continue-chat
Reversed ternary in chatbar background colorization to keep lines under 120-chars for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved dark scheme chatbar colorization to #${app.cssPrefix}-chatbar {} to align w/ other KudoAI scripts ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
#${app.cssPrefix}-chatbar {}
Renamed balloonTipSpan to replyTipSpan for consistency w/ class name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
balloonTipSpan
replyTipSpan
Prepended app.cssPrefix to elem IDs/classes to avoid potential selector collisions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.cssPrefix
Show all script versions