为 Brave Search 添加 AI 答案(由 GPT-4o 提供支持!)
这些是代码更新过的版本。 显示所有版本
Abstracted listenerize.appDiv(), added to restoreAppDiv() ↞ [auto-sync from adamlui/chatgpt-apps]
listenerize.appDiv()
restoreAppDiv()
adamlui/chatgpt-apps
Fixed disappearing app div ↞ [auto-sync from adamlui/chatgpt-apps]
Re-ordered CSS for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Disabled rendering of empty stream chunks ↞ [auto-sync from adamlui/chatgpt-apps]
Added retry diff API on no text streamed ↞ [auto-sync from adamlui/chatgpt-apps]
Tweaked/merged modal close button styles ↞ [auto-sync from adamlui/chatgpt-apps]
Deleted dot from modal.classList.add() ↞ [auto-sync from adamlui/chatgpt-apps]
modal.classList.add()
Refined rqPrompt to be less explicit for stealth ↞ [auto-sync from adamlui/chatgpt-apps]
rqPrompt
Updated Free Chat API endpoint URL ↞ [auto-sync from adamlui/chatgpt-apps]
Trimmed 0px to 0 in CSS ↞ [auto-sync from adamlui/chatgpt-apps]
0px
0
Removed get.reply.status check from xhr.onerror in get.reply() to accommodate Streaming Mode reader considers errors done ↞ [auto-sync from adamlui/chatgpt-apps]
get.reply.status
xhr.onerror
get.reply()
Bumped chatgpt.js to 3.1.0 ↞ [auto-sync from adamlui/chatgpt-apps]
Resized mobile app div, restored border for light mode ↞ [auto-sync from adamlui/chatgpt-apps]
Removed app div border from mobile, re-pos bottom to match ↞ [auto-sync from adamlui/chatgpt-apps]
Moved .no-mobile-tap-outline from corner btn spans to container div
.no-mobile-tap-outline
settingsSpan
Wrapped corner buttons in div to align w/ other KudoAI scripts ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.0.2 ↞ [auto-sync from adamlui/chatgpt-apps]
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]
Expanded queryisQuestion instructions in rqPrompt to Free Chat API
queryisQuestion
Improved prompt for fetching suggested answers to AI questions ↞ [auto-sync from adamlui/chatgpt-apps]
Tweaked rqPrompt to bypass new Free Chat API detection ↞ [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]
Resized related query bubbles to fit content ↞ [auto-sync from adamlui/chatgpt-apps]
Removed outdated CSS style ↞ [auto-sync from adamlui/chatgpt-apps]
Disabled suggesting answers to questions if Shuffle button used ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed get.related() retries generate related questions vs. answers to questions ↞ [auto-sync from adamlui/chatgpt-apps]
get.related()
Improved arrayify() in dataProcess.text()
arrayify()
dataProcess.text()
± Reverted to parsing lines by numbers to avoid prefaces
strList
± Strip double-asterisks anywhere in string ± Strip numbering even if quotes precede it ↞ [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
Expanded symbol-stripping of related queries to handle any qty of symbols
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]
Added asterisk-stripping to related queries ↞ [auto-sync from adamlui/chatgpt-apps]
Converted regex group in dataProcess.text()'s arrayify() to non-capturing for improved performance ↞ [auto-sync from adamlui/chatgpt-apps]
Removed unneeded escape chars from rqPrompt ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed inaccurate visibleBtnCnt in update.tweaksStyle() ↞ [auto-sync from adamlui/chatgpt-apps]
visibleBtnCnt
update.tweaksStyle()
Added quote-stripping to related queries ↞ [auto-sync from adamlui/chatgpt-apps]
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
Abstracted icons.arrowDownRight ↞ [auto-sync from adamlui/chatgpt-apps]
icons.arrowDownRight
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]
显示脚本的所有版本