Добавя ИИ отговори в Google Search (поддържан от Google Gemma + GPT-4o!)
Има други версии на този скрипт, където кодът е обновен. Покажи всички версии.
Raised timeout before trying diff APIs +1s ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved Copy Code buttons more away from corners ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Raised button tooltips ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Refactored Regenerate icon sizing to support more browsers ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced non-existent app.msgs.appName ref in modals.update.available w/ app.name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.msgs.appName
modals.update.available
app.name
Fixed Scheme + About status animations in Settings stopped live updating on Foreground Animations toggle ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Prevented Regen button from x-shifting on Copy button clicks ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved Copy Code buttons down-left more ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added Regenerate Reply button ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Refactored Copy button routine in toggle.tooltip() for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
toggle.tooltip()
Added respText check to handleProcessCompletion() of dataProcess.text() in case newly undefined from processing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
respText
handleProcessCompletion()
dataProcess.text()
Renamed app div parent consts for better readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added line breaks for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Edited whitespace/comment for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Un-thiccened Settings cogwheel icon ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Scooched footer text left in FF ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Closed gap between Shuffle/Send buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Re-aligned Play button + footer text positions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced Settings slider icon w/ cogwheel ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Lowered opacity of light scheme reply bubble ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved modal dismiss key handler into modals.open() for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.open()
Improved sidebar observer comment ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added re-insertion into new sidebars created by Google extensions for compatibility (https://greasyfork.org/en/scripts/478597-googlegpt/discussions/270820) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Lowered app div z-index to not float over site topbar ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved modal stylization to modals.stylize() for modularity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.stylize()
Re-ordered modals function defs for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals
Bumped JS/CSS resources ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Abstracted app.cssPrefix for easier maintenance ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.cssPrefix
Slowed modal bg dim +.1s, expanded to affect chatgpt.alert()s ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgpt.alert()
Removed unneeded no-user-select class assignment in modals.init() since drag handlers prevent selection already ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
no-user-select
modals.init()
Removed less critical Debug Mode logs from modals.observeRemoval() for cleaner console ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.observeRemoval()
Added stack log on modals.open() to Debug Mode ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Fixed Reply Language label in Settings stopped live updating on change ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Restored checkForUpdates() name to updateCheck() to avoid endless recursion for sharing name w/ modals.update.available() btn callback func ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
checkForUpdates()
updateCheck()
modals.update.available()
Replaced all this.alert() w/ modals.alert() to avoid potential namespace conflicts w/ window.alert() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
this.alert()
modals.alert()
window.alert()
Expanded formattedModalType in modals.observeRemoval() to included modalSubType when available ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
formattedModalType
modalSubType
Moved siteAlert() into modals for simplicity, added initting for styling/listeners ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
siteAlert()
Added success log to modals.observeRemoval() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Abstracted modals.class ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.class
Renamed stylesheet @resources into exactly matching acronyms for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
@resource
Bumped app.latestAsseCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAsseCommitHash
Trigger messages.json sync ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added eslint-disable-line to overcome no-unused-vars bug (https://github.com/eslint/eslint/issues/19215) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
eslint-disable-line
no-unused-vars
Renamed updateCheck() to clearer checkForUpdates() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Expanded early return in menu.fresh() to all userscript managers that don't support GM_unregisterMenuCommand ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
menu.fresh()
GM_unregisterMenuCommand
Replaced GM_info.script.header in app.chatgptJSver init w/ more widely supported GM_info.scriptMetaStr ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
GM_info.script.header
app.chatgptJSver
GM_info.scriptMetaStr
Expanded XHR init to pick GM_xmlhttpRequest for all userscript managers that don't support GM.xmlHttpRequest ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
GM_xmlhttpRequest
GM.xmlHttpRequest
Restored erroneously deleted event arg in modals.handlers.key() to avoid reliance on deprecated global event ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
event
modals.handlers.key()
Grouped handlers in new obj for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved Update alerts inside modals to support dragging + add rising stars ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Покажи всички версии на скрипта.