Greasy Fork is available in English.
*安全* 消除 10 分钟聊天重置 + 持续的网络错误 + ChatGPT 的 Cloudflare 检查。
这是此脚本的所有版本。 只显示代码更新过的版本
Moved Update alerts inside modals to support dragging + add rising stars ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals
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]
Replaced btnClone.textContent w/ btn.textContent in dismissal stripper for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
btnClone.textContent
btn.textContent
Added toggle existence check to sidebarToggle.update() for cleaner console when sidebar missing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
sidebarToggle.update()
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]
Corrected Donate menu entry target from About to Donate modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved chatgptJSver into app + added app.version ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgptJSver
app
app.version
Fixed sidebar toggle doesn't animate on load if already activated ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Restored custom attr get/set target to seemingly more reliable document.documentElement ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document.documentElement
Moved custom attr set/get from document.documentElement to more reliable document.head ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document.head
Renamed modals.init() to more accurate .setup() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.init()
.setup()
Moved ui into env for better readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
ui
env
Renamed UI sync function's reason option to more semantic updatedKey ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
reason
updatedKey
Shortened settings.load() arg name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.load()
Added eslint-disable-line after required semicolon (https://github.com/eslint-stylistic/eslint-stylistic/issues/622) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
eslint-disable-line
Removed no-longer used elem ID inits ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved sidebar toggle methods efficiency ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Prepended app.symbol to About modal title ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.symbol
Added starry BG + click-dragabiility to modals ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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()
Centered About modal content, enlarged title, restored needed button margin on desktop ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed no-longer needed .modal-buttons style + radix from parseInt(tweaksStyleUpdated) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
.modal-buttons
parseInt(tweaksStyleUpdated)
Removed dashed border + custom glow colors from chatgpt.alert() button hovers ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgpt.alert()
Bumped app.latestAssetCommitHash for smaller messages.json fetch ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
Removed no-longer used helptip_autoRefresh msg ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
helptip_autoRefresh
Merge branch 'main' of https://github.com/adamlui/ai-web-extensions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Limited lines to 120 chars max for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added fallbacks to make settings.controls[key].helptip optional ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.controls[key].helptip
Condensed settings.controls init ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.controls
Added tooltips to toolbar menu items for Tampermonkey 5.0+ users ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Localized state word in Auto-Refresh notif on 1st load ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Fixed spacing in Reply Interval Updated alert ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Condensed menu.register() using new settings.controls ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
menu.register()
Corrected sidebar toggle label msg key name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved sporadic convo reset prevention to main routine for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Split config/settings inits into 2 lines for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
config
settings
Moved app.msgs init/localization up for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.msgs
Moved xhr init to top for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
xhr
Moved env init 1st for consistency across my userscripts ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved top init section comments for clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Shortened response arg name in updateCheck() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
updateCheck()
Moved config.userLanguage to env.browser.language for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
config.userLanguage
env.browser.language
Changed sidebarToggle.create() stylization to not override sidebarToggle.update() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
sidebarToggle.create()
显示脚本的所有版本