Google Search ۋەبسېتكە AI جاۋابلار قوشۇدۇ (Google Gemma + GPT-4o تەكشۈرگۈچى بىلەن!)
بۇلار بۇ قوليازمىنىڭ كود يېڭىلانغان نەشرىلىرى. بارلىق نەشرىنى كۆرسىتىش
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]
modals.open()
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()
modals
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]
Moved safeWinOpen() def to modals as used in calls ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
safeWinOpen()
Added stylesheet requirement comment to fillStarryBG() sig ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
fillStarryBG()
Condensed View Changes link generation in Update Available alert ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Corrected changelog URL in Update Available modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced dismissAlert() in comments w/ natural lang to avoid confusion since def in chatgpt.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped rising-stars.css ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added modal stack tracking ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Changed modals.feedback.show() w/ no options passed default to more logical show all sites ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.feedback.show()
Prevented Feedback modal buttons from auto-dismissing modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unneeded/unworking title-casing GitHub button from modals.feedback.show() since labels are auto-uppercased ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced string concatenation w/ template literals in modals.about.show() for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.about.show()
Prevented link buttons from auto-dismissing modals ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unneeded event.stopPropagation() from modals.scheme.show()'s dismissal disabler ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
event.stopPropagation()
modals.scheme.show()
Added optional chaining to options check in modals.feedback.show() for futureproofing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
options
Moved chatgptJSver into app + added app.version ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgptJSver
app
app.version
Renamed modals.init() to more accurate .setup() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
.setup()
Moved ui into env for better readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
ui
env
Fixed modal click-dragging stopped responding on mouse up ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Shortened settings.load() arg name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.load()
Removed debug logs from modals.dragHandlers() to reduce verbosity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.dragHandlers()
Refactored siteAlert() to reduce modals.init() calls + eliminate modal ID inits ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Updated rising stars stylesheet src's to assets.aiwebextensions.com URLs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed noUpdateModal init from updateCheck() for simplicity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
noUpdateModal
Changed app.urls.relatedApps key name to relatedExtensions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.relatedApps
relatedExtensions
Renamed moreChatGPTapps() to moreAIextensions() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
moreChatGPTapps()
moreAIextensions()
بارلىق قوليازما نەشرىلىرىنى كۆرسىتىش