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.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
  • v2023.5.23 2023-05-23 Changed duplicate `updateURL` meta to `downloadURL`
  • v2023.5.22.1 2023-05-22 Added whitespace ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.22 2023-05-22 Moved initial `registerMenu()` call up, shortened `loadSetting()` ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.21.10 2023-05-21 Updated description meta + update-check interval
  • v2023.5.21.9 2023-05-21 Fixed Canadian French name meta
  • v2023.5.21.8 2023-05-21 Added chatgpt.js attribution
  • v2023.5.21.7 2023-05-21 Updated description/icon, added non-English meta
  • v2023.5.21.6 2023-05-21 Added update/download URLs to meta

Show all script versions