Greasy Fork is available in English.

ChatGPT Automaattinen Jatkaminen ⏩

⚡ Jatka automaattisesti useiden ChatGPT-vastausten generointia

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v2023.9.28 29.9.2023

    Added const updateButtons to reduce .querySelectorAll() calls

  • v2023.9.27 28.9.2023

    Bumped chatgpt.js to 2.3.3

  • v2023.9.15 16.9.2023

    Updated chatgpt.js ver detection to utillize GM_info

    ± Bumped chatgpt.js to 2.3.2

  • v2023.9.9 10.9.2023

    Bumped chatgpt.js to 2.3.1

  • v2023.9.8 9.9.2023

    Bumped chatgpt.js to 2.3.0

  • v2023.8.29 30.8.2023

    Bumped chatgpt.js to 2.2.0

  • v2023.8.24 24.8.2023

    Bumped chatgpt.js to 2.1.1

  • v2023.8.21 21.8.2023

    Added base to parseInt()'s

  • v2023.8.19 19.8.2023

    Removed protocol from // @match

  • v2023.8.14.1 14.8.2023

    Replaced source code emoji in about dialog

  • v2023.8.14 14.8.2023

    Combined const inits, updated about dialog style

  • v2023.8.13.1 14.8.2023

    Localized update alert button labels

  • v2023.8.13 13.8.2023

    Removed unnecessary escape character

  • v2023.8.9.12 12.8.2023

    Bumped chatgpt.js to 2.1.0

  • v2023.8.9.2 9.8.2023

    Removed const updateAlertID

  • v2023.8.9.1 9.8.2023

    Removed updateCheck.fromMenu from checkForUpdates()

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

  • v2023.8.9 9.8.2023

    Removed update auto-check, updated config.updateURL

  • v2023.8.2 3.8.2023

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

    • Bumped chatgpt.js to 2.0.6
  • v2023.7.31 31.7.2023

    Bumped chatgpt.js to 2.0.5

  • v2023.7.29.1 29.7.2023

    Removed locale from config.greasyForkURL

  • v2023.7.29 29.7.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.7.2023

    Bumped chatgpt.js to 2.0.3

  • v2023.7.26 26.7.2023

    Bumped chatgpt.js to 2.0.2

  • v2023.7.20 21.7.2023

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

  • v2023.7.19 19.7.2023

    Replaced ternary w/ OR operation in notify()

  • v2023.7.15.1 15.7.2023

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

  • v2023.7.15 15.7.2023

    Added noopener rel to prevent backdoor attacks

  • v2023.7.14 14.7.2023

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

  • v2023.7.11 11.7.2023

    Bumped chatgpt.js to 1.12.0

  • v2023.7.9 10.7.2023

    Changed config.prefix, condensed settings functions

  • v2023.7.4 5.7.2023

    Bumped chatgpt.js to 1.11.0

  • v2023.7.2 3.7.2023

    Bumped chatgpt.js to 1.10.6

  • v2023.6.30 30.6.2023

    Bumped chatgpt.js to 1.10.5

  • v2023.6.29 29.6.2023

    Bumped chatgpt.js to 1.10.4

  • v2023.6.26 26.6.2023

    Bumped chatgpt.js to 1.10.3

  • v2023.6.24.3 24.6.2023

    Changed update check frequency to weekly

  • v2023.6.24.2 24.6.2023

    Localized update alert messages

  • v2023.6.24.1 24.6.2023

    Bumped chatgpt.js

  • v2023.6.24 24.6.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.6.2023

    Inserted config.ghHostDir into const msgHostDir

  • v2023.6.22.2 23.6.2023

    Replaced const i w/ let i

  • v2023.6.22.1 23.6.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.6.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.6.2023

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

  • v2023.6.19 19.6.2023

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

  • v2023.6.17 18.6.2023

    Moved reset of skipNextUpdate to before auto-alert

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

Näytä kaikki skriptin versiot.