Greasy Fork is available in English.
⚡ Continue gerando automaticamente várias respostas do ChatGPT
Estas são as versões deste script em que houve atualização do código. Mostar todas versões.
Improved settings.load() to accept arrays for flexibility ↞ [auto-sync from adamlui/chatgpt-apps]
settings.load()
adamlui/chatgpt-apps
Updated localized msg handling to merge w/ instead of replace app.msgs ↞ [auto-sync from adamlui/chatgpt-apps]
app.msgs
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]
Refactored No Update Available alert code for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Removed duplicate app name from Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps]
Moved app.msgs fallbacks in refs to obj init to condense code ↞ [auto-sync from adamlui/chatgpt-apps]
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 modal functions into obj for improved structure ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
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
Moved function defs up to align w/ my other userscripts ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.3.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Moved safeWindowOpen() below modal function defs, shortened name ↞ [auto-sync from adamlui/chatgpt-apps]
safeWindowOpen()
Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.update
Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps]
env.userscriptManager
env.scriptManager
Replaced getUserscriptManager() calls w/ env.userscriptManager init ↞ [auto-sync from adamlui/chatgpt-apps]
getUserscriptManager()
Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.3.0 ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.2.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
app.latestAssetCommitHash
Abstracted URLs into app.urls for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls
Separated static app data from config for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Shortened notif init in notify() ↞ [auto-sync from adamlui/chatgpt-apps]
notif
notify()
Bumped chatgpt.js to 3.1.0 ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.0.2 ↞ [auto-sync from adamlui/chatgpt-apps]
Limited XHR request for msgs init to non-English user languages ↞ [auto-sync from adamlui/chatgpt-apps]
Added space after 🚀 in update alert ↞ [auto-sync from adamlui/chatgpt-apps]
Removed config.appSymbol from siteAlert(title) ↞ [auto-sync from adamlui/chatgpt-apps]
config.appSymbol
siteAlert(title)
Shortened Review button label in About modal ↞ [auto-sync from adamlui/chatgpt-apps]
Updated button label msg key names ↞ [auto-sync from adamlui/chatgpt-apps]
Eliminated unnecessary reliance on GM_openInTab ↞ [auto-sync from adamlui/chatgpt-apps]
GM_openInTab
Localized state words ↞ [auto-sync from adamlui/chatgpt-apps]
Added glow to state word in notifs ↞ [auto-sync from adamlui/chatgpt-apps]
Removed unneeded skinny FF scrollbar style ↞ [auto-sync from adamlui/chatgpt-apps]
Synced tweaks styles/routine from other ChatGPT apps for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.0.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped config.latestAssetCommitHash
config.latestAssetCommitHash
Styled state words in notifications ↞ [auto-sync from adamlui/chatgpt-apps]
Added white border to dark scheme chatgpt.alert()s ↞ [auto-sync from adamlui/chatgpt-apps]
chatgpt.alert()
Improved continueObserver to not excessively notify() ↞ [auto-sync from adamlui/chatgpt-apps]
continueObserver
Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps]
Abstracted config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
Added // @contributionURL ↞ [auto-sync from adamlui/chatgpt-apps]
// @contributionURL
Renamed state to menuState for readability ↞ [auto-sync from adamlui/chatgpt-apps]
state
menuState
Corrected region-stripping regex in msgs getter ↞ [auto-sync from adamlui/chatgpt-apps]
Reduced gap preceding 'View changes' link in Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps]
Mostrar todas as versões do script