⚡ Automatically continue generating multiple ChatGPT responses
Dette er versjoner av dette scriptet hvor koden ble oppdatert. Vis alle versjoner.
Replaced .appendChild() w/ .append() to shorten codebase
.appendChild()
.append()
Shortened updateButtons to updateBtns
updateButtons
updateBtns
Bumped chatgpt.js to 2.6.2
Bumped chatgpt.js to 2.6.1
Shortened arrow functions, removed toCamelCase(str)
toCamelCase(str)
Bumped chatgpt.js to 2.6.0
Bumped chatgpt.js to 2.5.2
Renamed camelCase(input) to toCamelCase(str)
camelCase(input)
Updated config key prefix var name in (load|save)Setting()
(load|save)Setting()
Shortened camelCase(input)
Added config.appName + camelCase(input)
config.appName
Renamed notifHidden to notifDisabled
notifHidden
notifDisabled
Bumped chatgpt.js to 2.5.1
Shortened error args
Tightened/loosened equality comparisons
Bumped chatgpt.js to 2.4.2
Bumped chatgpt.js to 2.4.1
Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
Replaced .match() w/ faster method
.match()
Updated download/update URLs
Narrowed update alerts
Added English fallbacks to localized messages
Bumped chatgpt.js to 2.4.0
Bumped chatgpt.js to 2.3.18
Bumped chatgpt.js to 2.3.17
Defined launchAboutModal(), added nav back on no update found
launchAboutModal()
± Re-ordered script/menu function defs
Bumped chatgpt.js to 2.3.16
Bumped chatgpt.js to 2.3.15
Bumped chatgpt.js to 2.3.14
Limited continueObserver to <main> (#10)
continueObserver
<main>
()
updateCheck()
GM.xmlHttpRequest({onload})
Bumped chatgpt.js to 2.3.13
Bumped chatgpt.js to 2.3.12
Bumped chatgpt.js to 2.3.11, removed alert button hover styles
Added array fallback to chatgptJSver, moved index extraction out
chatgptJSver
Bumped chatgpt.js to 2.3.10
Bumped chatgpt.js to 2.3.9
Bumped chatgpt.js to 2.3.8
Narrowed About dialog
Added new About dialog buttons + alert styles
config.supportURL
Localized notification/alert/menu/button messages
Bumped chatgpt.js to 2.3.5
Removed deprecated GitHub button localization
Bumped chatgpt.js to 2.3.4
Added const updateButtons to reduce .querySelectorAll() calls
const updateButtons
.querySelectorAll()
Bumped chatgpt.js to 2.3.3
Updated chatgpt.js ver detection to utillize GM_info
GM_info
± Bumped chatgpt.js to 2.3.2
Bumped chatgpt.js to 2.3.1
Bumped chatgpt.js to 2.3.0
Bumped chatgpt.js to 2.2.0
Show all script versions