เพิ่มคำตอบ AI ให้กับ Google Search (ขับเคลื่อนโดย Google Gemma + GPT-4o!)
นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด
Eliminated double casting in modals.settings.createAppend() for clarity ↞ [auto-sync from adamlui/chatgpt-apps]
modals.settings.createAppend()
adamlui/chatgpt-apps
Renamed menu.state.<symbol|word> to .<symbols|words> for readability ↞ [auto-sync from adamlui/chatgpt-apps]
menu.state.<symbol|word>
.<symbols|words>
Removed whitespace from No Update Found alert title ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
app.latestAssetCommitHash
Trigger messages.json sync to repos ↞ [auto-sync from adamlui/chatgpt-apps]
Refactored No Update Available alert code for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Moved app.msgs fallbacks in refs to obj init to condense code ↞ [auto-sync from adamlui/chatgpt-apps]
app.msgs
Optimized localized msgs init for readability
± Abstracted fetchMsgs() ± Renamed onLoad() to handleMsgs() ↞ [auto-sync from adamlui/chatgpt-apps]
fetchMsgs()
onLoad()
handleMsgs()
Moved msgs to app.msgs for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
msgs
Moved appAlerts to app.alerts + init before function defs for simplicity/readability ↞ [auto-sync from adamlui/chatgpt-apps]
appAlerts
app.alerts
Moved settingsProps to app.settings for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
settingsProps
app.settings
Fixed Anchor mode toggling stopped working ↞ [auto-sync from adamlui/chatgpt-apps]
Shrank Debug/Animations icons in Settings/notifs ↞ [auto-sync from adamlui/chatgpt-apps]
Increased bottom margin of alertP when showing non-waiting alerts to match top margin ↞ [auto-sync from adamlui/chatgpt-apps]
alertP
Limited button click animations to About/Settings/Speak buttons ↞ [auto-sync from adamlui/chatgpt-apps]
Corrected chatbar button CSS values ↞ [auto-sync from adamlui/chatgpt-apps]
Added reply link color styles ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced .removeChild(elem) w/ elem.remove() to condense code ↞ [auto-sync from adamlui/chatgpt-apps]
.removeChild(elem)
elem.remove()
Refactored button creation to use semantic <button> elems ↞ [auto-sync from adamlui/chatgpt-apps]
<button>
Corrected CSS transition syntax ↞ [auto-sync from adamlui/chatgpt-apps]
transition
Fixed corner button hover zooms no longer smooth ↞ [auto-sync from adamlui/chatgpt-apps]
Removed dark scheme link underline style ↞ [auto-sync from adamlui/chatgpt-apps]
Removed Pin button click listener, simplified hover handler ↞ [auto-sync from adamlui/chatgpt-apps]
Moved CSS props away from selector lines of multi-line blocks for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Tweaked v-pos of gradient BG when animations enabled
± Raised dark scheme graident +30px ± Lowered light scheme gradient -30px ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed Pin menu doesn't linger when mousing off Pin button in Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]
Renamed .balloon-tip to .reply-tip for readability ↞ [auto-sync from adamlui/chatgpt-apps]
.balloon-tip
.reply-tip
Applied classic styling when BG animations disabled ↞ [auto-sync from adamlui/chatgpt-apps]
Increased gap between Related Queries, tweaked drop shadow
± Increased v-offset +1px ± Doubled blur radius ↞ [auto-sync from adamlui/chatgpt-apps]
Doubled length of Shuffle button answers ↞ [auto-sync from adamlui/chatgpt-apps]
Moved config init before settings for readability ↞ [auto-sync from adamlui/chatgpt-apps]
config
settings
Stripped trailing slash from app.urls.assetHost for readability ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.assetHost
Moved menu objs/functions into menu obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
menu
Bumped chatgpt.js to 3.3.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced .test(location) w/ .test(location.href) for clarity and performance ↞ [auto-sync from adamlui/chatgpt-apps]
.test(location)
.test(location.href)
Shortened <window|document>.location to location ↞ [auto-sync from adamlui/chatgpt-apps]
<window|document>.location
location
Moved config.userLocale init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
config.userLocale
Object.assign()
Moved config.userLanguage init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
config.userLanguage
Moved safeWindowOpen() inside modals, shortened name ↞ [auto-sync from adamlui/chatgpt-apps]
safeWindowOpen()
modals
Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.update
Updated log highlighting to ignore lowercase state words ↞ [auto-sync from adamlui/chatgpt-apps]
Enclosed fail flags in detection logs in quotes for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Shortened env.browser.isFirefox to env.browser.isFF ↞ [auto-sync from adamlui/chatgpt-apps]
env.browser.isFirefox
env.browser.isFF
Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps]
env.userscriptManager
env.scriptManager
Merged getUserscriptManager() calls + browser into env for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
getUserscriptManager()
browser
env
Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Set cursor to dragging during modal click-drag ↞ [auto-sync from adamlui/chatgpt-apps]
Moved XHR init before 1st use for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Moved style update methods inside update.style for readability ↞ [auto-sync from adamlui/chatgpt-apps]
update.style
Corrected param refs in schemeNotify() ↞ [auto-sync from adamlui/chatgpt-apps]
schemeNotify()
แสดงเวอร์ชันสคริปต์ทั้งหมด