ChatGPT Auto-Continue ⏩

⚡ Automatically continue generating multiple ChatGPT responses

These are versions of this script where the code was updated. Show all versions.

  • v2023.8.19 2023-08-19

    Removed protocol from // @match

  • v2023.8.14.1 2023-08-14

    Replaced source code emoji in about dialog

  • v2023.8.14 2023-08-14

    Combined const inits, updated about dialog style

  • v2023.8.13.1 2023-08-14

    Localized update alert button labels

  • v2023.8.13 2023-08-13

    Removed unnecessary escape character

  • v2023.8.9.12 2023-08-12

    Bumped chatgpt.js to 2.1.0

  • v2023.8.9.2 2023-08-09

    Removed const updateAlertID

  • v2023.8.9.1 2023-08-09

    Removed updateCheck.fromMenu from checkForUpdates()

    ...since flag no longer useful w/ removal of auto-alert

  • v2023.8.9 2023-08-09

    Removed update auto-check, updated config.updateURL

  • v2023.8.2 2023-08-03

    Updated continueObserver to work w/ UI change (#9)

    • Bumped chatgpt.js to 2.0.6
  • v2023.7.31 2023-07-31

    Bumped chatgpt.js to 2.0.5

  • v2023.7.29.1 2023-07-29

    Removed locale from config.greasyForkURL

  • v2023.7.29 2023-07-29

    Added config.greasyForkURL + safeOpenWindow() + About modal

    ± Renamed checkForUpdates() to updateCheck() to not conflict w/ named function for modal button ± Moved updateCheck() into About modal

    • Refactored config.updateURL to use config.greasyForkURL
  • v2023.7.28 2023-07-29

    Bumped chatgpt.js to 2.0.3

  • v2023.7.26 2023-07-26

    Bumped chatgpt.js to 2.0.2

  • v2023.7.20 2023-07-21

    Replaced for loop in menu refresh w/ for-of one

  • v2023.7.19 2023-07-19

    Replaced ternary w/ OR operation in notify()

  • v2023.7.15.1 2023-07-15

    Replaced string matching of regex w/ faster method ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2023.7.15 2023-07-15

    Added noopener rel to prevent backdoor attacks

  • v2023.7.14 2023-07-14

    Bumped chatgpt.js to 2.0.0, added chatgpt.getUserLanguage()

  • v2023.7.11 2023-07-11

    Bumped chatgpt.js to 1.12.0

  • v2023.7.9 2023-07-10

    Changed config.prefix, condensed settings functions

  • v2023.7.4 2023-07-05

    Bumped chatgpt.js to 1.11.0

  • v2023.7.2 2023-07-03

    Bumped chatgpt.js to 1.10.6

  • v2023.6.30 2023-06-30

    Bumped chatgpt.js to 1.10.5

  • v2023.6.29 2023-06-29

    Bumped chatgpt.js to 1.10.4

  • v2023.6.26 2023-06-26

    Bumped chatgpt.js to 1.10.3

  • v2023.6.24.3 2023-06-24

    Changed update check frequency to weekly

  • v2023.6.24.2 2023-06-24

    Localized update alert messages

  • v2023.6.24.1 2023-06-24

    Bumped chatgpt.js

  • v2023.6.24 2023-06-24

    Bumped chatgpt.js, updated meta, refactored code, improved update alert

    ± Bumped chatgpt.js to 1.10.2 ± Re-organized function defs, condensed/expanded for readability ± Replaced config.ghHostDir w/ config.assetHostURL

    • Condensed message getter ± Added config.ghRepoURL to update alert ± Replaced window.open() in Update button function w/ GM_openInTab() for onClose callback ± Added/update name/description meta
  • v2023.6.22.3 2023-06-23

    Inserted config.ghHostDir into const msgHostDir

  • v2023.6.22.2 2023-06-23

    Replaced const i w/ let i

  • v2023.6.22.1 2023-06-23

    Re-ordered meta, refactored code, improved update checker

    ± Moved // @version down ± Moved configPrefix + appSymbol into config obj ± Added ghHostDir + updateURL to config

    • Shortened checkForUpdates() ± Moved statSeparator into state obj ± Replaced var's with const & let
  • v2023.6.22 2023-06-23

    Improved update checker

    ± Replaced var's with const's ± Shortened by eliminating var data + whitespace ± Converted onLoad callback to arrow function ± Added early break out of comparison loop if up-to-date

  • v2023.6.19.1 2023-06-19

    Added auto-reload on auto-update ↞ [auto-sync from adamlui/userscripts]

  • v2023.6.19 2023-06-19

    Re-formatted Update Available alert ↞ [auto-sync from adamlui/userscripts]

  • v2023.6.17 2023-06-18

    Moved reset of skipNextUpdate to before auto-alert

  • v2023.6.15 2023-06-15 Bumped chatgpt.js to 1.10.1
  • v2023.6.13.1 2023-06-14 Re-formatted Update Available alert
  • v2023.6.13 2023-06-14 Added `notify()` + `alert()`
  • v2023.6.10 2023-06-11 Replaced `fetch` method w/ `gm` one in `checkForUpdates()`... ...to futureproof vs. OpenAI CORS ± Moved 'view changes' link to new line & removed positioning
  • v2023.6.9.1 2023-06-09 Moved update-check logic to `checkForUpdates()`... + Added menu command to manually check for updates ± Bumped chatgpt.js to 1.9.1
  • v2023.6.9 2023-06-09 Update chatgpt-auto-continue.user.js
  • v2023.6.8 2023-06-08 Bumped chatgpt.js to 1.9.0
  • v2023.6.5 2023-06-06 Condensed code vertically
  • v2023.6.3 2023-06-03 Bumped chatgpt.js to 1.8.0
  • v2023.6.2 2023-06-03 Bumped chatgpt.js to 1.7.6
  • v2023.6.1 2023-06-01 Bumped chatgpt.js to 1.7.3, changed `configKeyPrefix` to `configPrefix`
  • v2023.5.23.1 2023-05-23 Removed whitespace

Show all script versions