بسڕەوەی مێژووی ChatGPT 🕶️

دهستکاریکردنی مێژووی گفتوگۆکان خۆکارانه بۆ سەردانی chatgpt.com

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

  • v2023.11.25.3 2023-11-25

    Renamed camelCase(input) to toCamelCase(str) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.25.2 2023-11-25

    Updated config key prefix var name in (load|save)Setting() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.25.1 2023-11-25

    Added hyphen-stripping to camelCase(input) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.25 2023-11-25

    Added config.appName + camelCase(input) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.19.1 2023-11-20

    Renamed notifHidden to notifDisabled ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.19 2023-11-19

    Bumped chatgpt.js to 2.5.1 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.18 2023-11-18

    Re-positioned mobile toggle switch ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.6 2023-11-18

    Added condition before removing forced cloaking on toggle ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.5 2023-11-18

    Added optional chaining to 1st toggle icon selection for class assignment ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.4 2023-11-18

    Updated // @version ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.3 2023-11-18

    Updated hash in chatgpt.js import URL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.3 2023-11-18

    Bumped chatgpt.js to 2.5.0, replaced isMobileDevice()

    ... w/ chatgpt.browser.isMobile() ± Updated mobile toggle switch position ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.2 2023-11-18

    Shortened error args ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.17.1 2023-11-18

    Tightened/loosened equality comparisons ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.16.2 2023-11-16

    Moved toggle styling inline, renamed elem var names ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.16.1 2023-11-16

    Updated switch style datestamp, corrected isGizmoUI casing ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.16 2023-11-16

    Positioned mobile toggle, inserted space in toggle label ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.15.2 2023-11-16

    Localized toggle label text ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.15.1 2023-11-16

    Replaced .className ='s w/ more performant .classList.add()'s

    ...when number of classes to add is low ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.15 2023-11-16

    Bumped chatgpt.js to 2.4.2 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.13.1 2023-11-14

    Bumped chatgpt.js to 2.4.1 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.13 2023-11-13

    Re-added await chatgpt.history.isLoaded() to insertToggle()

    ...since 1st call for styles is async ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.12.5 2023-11-13

    Updated config.updateURL init to allow nameless greasyForkURL's

  • v2023.11.12.4 2023-11-13

    Updated download/update URLs

  • v2023.11.12.3 2023-11-12

    Replaced .match() w/ faster method ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.12.2 2023-11-12

    Updated update/download URLs ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.12.1 2023-11-12

    Removed post-initial await chatgpt.history.isLoaded()'s ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.12 2023-11-12

    Replaced chatHistoryIsLoaded() w/ chatgpt.history.isLoaded() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.11.3 2023-11-11

    Narrowed update alerts ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.11.2 2023-11-11

    Corrected latestVer name ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.11.1 2023-11-11

    Added English fallbacks to localized messages ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.11 2023-11-11

    Bumped chatgpt.js to 2.4.0 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.10.2 2023-11-10

    Removed selicons + () around unmodded arg ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.10.1 2023-11-10

    Moved chatHistoryIsLoaded() last ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.10 2023-11-10

    Added comma, removed double negation ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.9.1 2023-11-10

    Refactored code to work w/ new UI + replace outdated styles

    ± Bumped chatgpt.js to 2.3.19 ± Moved auto-clear on first visit down ± Converted callbacks to arrow functions ± Renamed toggleLabel to navToggleDiv

    • Added chatHistoryIsLoaded() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.11.9 2023-11-09

    Bumped chatgpt.js to 2.3.18 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.8 2023-11-09

    Bumped chatgpt.js to 2.3.17 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.7 2023-11-07

    Re-ordered script/menu function defs ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.6.1 2023-11-07

    Defined launchAboutModal(), added nav back on no update found ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.6 2023-11-06

    Bumped chatgpt.js to 2.3.16 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.4 2023-11-04

    Bumped chatgpt.js to 2.3.15 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.3 2023-11-03

    Bumped chatgpt.js to 2.3.14 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.30 2023-10-30

    Bumped chatgpt.js to 2.3.13 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.25 2023-10-26

    Bumped chatgpt.js to 2.3.12 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.20.1 2023-10-20

    Bumped chatgpt.js to 2.3.11, removed alert button hover styles ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.20 2023-10-20

    Added array fallback to chatgptJSver, moved index extraction out ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.16.2 2023-10-16

    Lightened toggle-on bg ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.16.1 2023-10-16

    Added glow to toggle-on ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.10.16 2023-10-16

    Re-colored toggle-on bg purple ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

Show all script versions