⚡ Automatically continue generating multiple ChatGPT responses
These are versions of this script where the code was updated. Show all versions.
Bumped JS resources ↞ [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()
Renamed stylesheet @resources into exactly matching acronyms for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
@resource
Bumped modals.js + settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped modals.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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]
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
Bumped dom.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped modals.js, condensed updateCheck() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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]
Bumped rising-stars.css ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Split 120+ char line into 2 for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced inline modals w/ remote modals.js import ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals
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
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
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()
Renamed appData to more readable remoteAppData` ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
appData
remoteAppData
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
Bumped settings.js ↞ [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
Bumped dom.js + settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed modals.init() to more accurate .setup() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.init()
.setup()
Removed sidebar click-zoom disabler since script doesn't add sidebar component ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added About menu entry when extension installed + disabled tooltip on Disabled entry ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved extensionInstalled to env.extensionInstalled for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
extensionInstalled
env.extensionInstalled
Replaced settings init w/ remote extension/lib/settings.js import ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings
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
Prepended app.symbol to About modal title ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.symbol
Added .modals-buttons desktop left-margin ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
.modals-buttons
Replaced document methods w/ dom ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document
dom
Replaced createStyle() w/ dom.create.style() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
createStyle()
dom.create.style()
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 dashed style from modal buttons + radix from parseInt(tweaksStyleUpdated) since Unix format now used ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
parseInt(tweaksStyleUpdated)
Moved checkContinueBtn() out of IIFE to function defs to align w/ FF/Chromium code that needs it ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
checkContinueBtn()
Show all script versions