Greasy Fork is available in English.

ChatGPT Auto-Continue ⏩

⚡ 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.

  • v2023.9.28 29/09/2023

    Added const updateButtons to reduce .querySelectorAll() calls

  • v2023.9.27 28/09/2023

    Bumped chatgpt.js to 2.3.3

  • v2023.9.15 16/09/2023

    Updated chatgpt.js ver detection to utillize GM_info

    ± Bumped chatgpt.js to 2.3.2

  • v2023.9.9 10/09/2023

    Bumped chatgpt.js to 2.3.1

  • v2023.9.8 09/09/2023

    Bumped chatgpt.js to 2.3.0

  • v2023.8.29 30/08/2023

    Bumped chatgpt.js to 2.2.0

  • v2023.8.24 24/08/2023

    Bumped chatgpt.js to 2.1.1

  • v2023.8.21 21/08/2023

    Added base to parseInt()'s

  • v2023.8.19 19/08/2023

    Removed protocol from // @match

  • v2023.8.14.1 14/08/2023

    Replaced source code emoji in about dialog

  • v2023.8.14 14/08/2023

    Combined const inits, updated about dialog style

  • v2023.8.13.1 14/08/2023

    Localized update alert button labels

  • v2023.8.13 13/08/2023

    Removed unnecessary escape character

  • v2023.8.9.12 12/08/2023

    Bumped chatgpt.js to 2.1.0

  • v2023.8.9.2 09/08/2023

    Removed const updateAlertID

  • v2023.8.9.1 09/08/2023

    Removed updateCheck.fromMenu from checkForUpdates()

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

  • v2023.8.9 09/08/2023

    Removed update auto-check, updated config.updateURL

  • v2023.8.2 03/08/2023

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

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

    Bumped chatgpt.js to 2.0.5

  • v2023.7.29.1 29/07/2023

    Removed locale from config.greasyForkURL

  • v2023.7.29 29/07/2023

    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 29/07/2023

    Bumped chatgpt.js to 2.0.3

  • v2023.7.26 26/07/2023

    Bumped chatgpt.js to 2.0.2

  • v2023.7.20 21/07/2023

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

  • v2023.7.19 19/07/2023

    Replaced ternary w/ OR operation in notify()

  • v2023.7.15.1 15/07/2023

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

  • v2023.7.15 15/07/2023

    Added noopener rel to prevent backdoor attacks

  • v2023.7.14 14/07/2023

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

  • v2023.7.11 11/07/2023

    Bumped chatgpt.js to 1.12.0

  • v2023.7.9 10/07/2023

    Changed config.prefix, condensed settings functions

  • v2023.7.4 05/07/2023

    Bumped chatgpt.js to 1.11.0

  • v2023.7.2 03/07/2023

    Bumped chatgpt.js to 1.10.6

  • v2023.6.30 30/06/2023

    Bumped chatgpt.js to 1.10.5

  • v2023.6.29 29/06/2023

    Bumped chatgpt.js to 1.10.4

  • v2023.6.26 26/06/2023

    Bumped chatgpt.js to 1.10.3

  • v2023.6.24.3 24/06/2023

    Changed update check frequency to weekly

  • v2023.6.24.2 24/06/2023

    Localized update alert messages

  • v2023.6.24.1 24/06/2023

    Bumped chatgpt.js

  • v2023.6.24 24/06/2023

    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 23/06/2023

    Inserted config.ghHostDir into const msgHostDir

  • v2023.6.22.2 23/06/2023

    Replaced const i w/ let i

  • v2023.6.22.1 23/06/2023

    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 23/06/2023

    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 19/06/2023

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

  • v2023.6.19 19/06/2023

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

  • v2023.6.17 18/06/2023

    Moved reset of skipNextUpdate to before auto-alert

  • v2023.6.15 15/06/2023 Bumped chatgpt.js to 1.10.1
  • v2023.6.13.1 14/06/2023 Re-formatted Update Available alert
  • v2023.6.13 14/06/2023 Added `notify()` + `alert()`
  • v2023.6.10 11/06/2023 Replaced `fetch` method w/ `gm` one in `checkForUpdates()`... ...to futureproof vs. OpenAI CORS ± Moved 'view changes' link to new line & removed positioning

Mostrar todas as versões do script