Greasy Fork is available in English.

ChatGPT უსასრულობა ∞

შექმენით უსასრულო პასუხები ყველგანაწილებული ChatGPT-დან (ნელა ენაზე!)

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

  • v2023.7.15.1 15.07.2023

    Replaced string matching of regex w/ faster methods

  • 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.1 10.07.2023

    Moved configPrefix into config

  • v2023.7.9 10.07.2023

    Moved config.prefix out of config, 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.28 28.06.2023

    Added restartInNewChat() + resetInSameChat()

  • v2023.6.26 26.06.2023

    Bumped chatgpt.js to 1.10.3

  • v2023.6.24.4 24.06.2023

    Changed update check frequency to weekly

  • v2023.6.24.3 24.06.2023

    Updated menu label to show reply instead of user language

  • v2023.6.24.2 24.06.2023

    Localized update messages

  • v2023.6.24.1 24.06.2023

    Bumped chatgpt.js, shortened regex in Update Available alert

  • v2023.6.24 24.06.2023

    Refactored config URLs, improved Update button, condensed code

    • Added config.ghRepoURL ± Replaced config.ghHostDir w/ config.assetHostURL
    • Condensed message getter ± Added config.ghRepoURL to update alert ± Replacedwindow.open()in Update button function w/GM_openInTab()foronClose` callback
  • v2023.6.23.3 23.06.2023

    Added line breaks to insertToggle() for readability

  • v2023.6.23.2 23.06.2023

    Adjusted code spacing for readability

  • v2023.6.23.1 23.06.2023

    Added // @description:pt-BR

  • v2023.6.22.9 23.06.2023

    Inserted config.ghHostDir into navicon.src

  • v2023.6.22.8 23.06.2023

    Removed whitespace, added const msgHostDir

  • v2023.6.22.7 23.06.2023

    Updated meta

    ± Moved // @version down ± Updated homepage/support URLs

  • v2023.6.22.6 23.06.2023

    Optimized config, improved update checker, refactored code

    ± Moved configPrefix into config obj ± Added config.ghHostDir ± Replaced var's with const & let

    • Condensed checkForUpdates() ± Added config.updateURL for cross-manager compatibility
  • v2023.6.22.5 23.06.2023

    Improved update checker

    ± Converted var's to const's ± Improved comparison loop to break early if up-to-date

  • v2023.6.22.4 22.06.2023

    Added prefix to state obj

  • v2023.6.22.3 22.06.2023

    Localized update messages

  • v2023.6.22.2 22.06.2023

    Sentence-cased continuation prompt

  • v2023.6.22.1 22.06.2023

    Moved stateSeparator into state.separator, capitalized 'Q&A'

  • v2023.6.22 22.06.2023

    Improved reply menu label/prompt/logic, refactored method

    ± Localized reply-related messages ± Expanded detection/saving of intent to read all topics ± Replaced document.querySelector() with chatgpt.startNewChat() in infinityMode.activate()

  • v2023.6.21.4 21.06.2023

    Added reply topic setting, re-ordered function defs...

    • Removed redundant config.infinityMode = true from infinityMode.activate()
  • v2023.6.21.3 21.06.2023

    Re-added reply language init to user language if unset

    ...so if browser UI language is different than user language, reply language is still used

  • v2023.6.21.2 21.06.2023

    Updated reply language init/prompt/label

    • Removed unused config.replylanguage init ± Replaced reply language menu label suffix w/ user language if unset
    • Added user language as language menu input place holder if reply language unset
  • v2023.6.21.1 21.06.2023

    Moved appSymbol into config

  • v2023.6.21 21.06.2023

    Converted menu callbacks to arrow functions...

    ± Shortened checkForUpdates() ± Changed menu language cmd to use sidebar toggle for synced switch state

  • v2023.6.20 20.06.2023

    Replaced menu prompt confirmation alert titles...

    ...with localized ones

  • v2023.6.19.9 19.06.2023

    Replaced blur listener to accommodate menu clicks

  • v2023.6.19.8 19.06.2023

    Added listener to auto-disable when focus lost...

    • Removed redundant chatgpt.stop() from restart on new language setting
    • Added delay to restart on new language setting
    • Disabled slider input
  • v2023.6.19.7 19.06.2023

    Updated infinityMode methods

    ± Converted timer function in activate() to arrow

    • Removed unused infinityMode.sent
  • v2023.6.19.6 19.06.2023

    Updated infinityMode methods

    ± Converted to arrow functions ± Shortened toggle() ± Added chatgpt.stop() to deactivate()

  • v2023.6.19.5 19.06.2023

    Shortened/renamed observer

  • v2023.6.19.4 19.06.2023

    Updated menu prompt confirmations

    ± Moved confirmations to bodies + added titles

  • v2023.6.19.3 19.06.2023

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

  • v2023.6.19.2 19.06.2023

    Re-formatted Update Availlable alert

  • v2023.6.19.1 19.06.2023

    Added disabling if extension installed...

    ± Combined stateSymbol + stateWord arrays into single obj, updated refs

  • v2023.6.19 19.06.2023

    Upddated sidebar toggle, refactored code

    ± Eliminated double-toggle in Chromium on switch clicks ± Re-ordered toggle creation routine

    • Converted menu callbacks to arrow functions ± Replaced , w/ ; in infinityMode.deactivate() separating nullifiers
    • Removed whitespace
  • v2023.6.18.2 18.06.2023

    Removed px unit from navicon.width

  • v2023.6.18.1 18.06.2023

    Added nullification of timer ID...

    ...in live session reboot on reply interval update

  • v2023.6.18 18.06.2023

    Shortened settings init

  • v2023.6.17.2 18.06.2023

    Removed unused config.notifHidden

Show all script versions