Greasy Fork is available in English.

ChatGPT Oändlighet ∞

Generera oändliga svar från allvetande ChatGPT (på valfritt språk!)

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v2023.7.15.1 2023-07-15

    Replaced string matching of regex w/ faster methods

  • 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.1 2023-07-10

    Moved configPrefix into config

  • v2023.7.9 2023-07-10

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

    Added restartInNewChat() + resetInSameChat()

  • v2023.6.26 2023-06-26

    Bumped chatgpt.js to 1.10.3

  • v2023.6.24.4 2023-06-24

    Changed update check frequency to weekly

  • v2023.6.24.3 2023-06-24

    Updated menu label to show reply instead of user language

  • v2023.6.24.2 2023-06-24

    Localized update messages

  • v2023.6.24.1 2023-06-24

    Bumped chatgpt.js, shortened regex in Update Available alert

  • v2023.6.24 2023-06-24

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

    Added line breaks to insertToggle() for readability

  • v2023.6.23.2 2023-06-23

    Adjusted code spacing for readability

  • v2023.6.23.1 2023-06-23

    Added // @description:pt-BR

  • v2023.6.22.9 2023-06-23

    Inserted config.ghHostDir into navicon.src

  • v2023.6.22.8 2023-06-23

    Removed whitespace, added const msgHostDir

  • v2023.6.22.7 2023-06-23

    Updated meta

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

  • v2023.6.22.6 2023-06-23

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

    Improved update checker

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

  • v2023.6.22.4 2023-06-22

    Added prefix to state obj

  • v2023.6.22.3 2023-06-22

    Localized update messages

  • v2023.6.22.2 2023-06-22

    Sentence-cased continuation prompt

  • v2023.6.22.1 2023-06-22

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

  • v2023.6.22 2023-06-22

    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 2023-06-21

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

    • Removed redundant config.infinityMode = true from infinityMode.activate()
  • v2023.6.21.3 2023-06-21

    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 2023-06-21

    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 2023-06-21

    Moved appSymbol into config

  • v2023.6.21 2023-06-21

    Converted menu callbacks to arrow functions...

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

  • v2023.6.20 2023-06-20

    Replaced menu prompt confirmation alert titles...

    ...with localized ones

  • v2023.6.19.9 2023-06-19

    Replaced blur listener to accommodate menu clicks

  • v2023.6.19.8 2023-06-19

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

    Updated infinityMode methods

    ± Converted timer function in activate() to arrow

    • Removed unused infinityMode.sent
  • v2023.6.19.6 2023-06-19

    Updated infinityMode methods

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

  • v2023.6.19.5 2023-06-19

    Shortened/renamed observer

  • v2023.6.19.4 2023-06-19

    Updated menu prompt confirmations

    ± Moved confirmations to bodies + added titles

  • v2023.6.19.3 2023-06-19

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

  • v2023.6.19.2 2023-06-19

    Re-formatted Update Availlable alert

  • v2023.6.19.1 2023-06-19

    Added disabling if extension installed...

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

  • v2023.6.19 2023-06-19

    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 2023-06-18

    Removed px unit from navicon.width

  • v2023.6.18.1 2023-06-18

    Added nullification of timer ID...

    ...in live session reboot on reply interval update

  • v2023.6.18 2023-06-18

    Shortened settings init

  • v2023.6.17.2 2023-06-18

    Removed unused config.notifHidden

Visa alla versioner.