Greasy Fork is available in English.

Wis ChatGPT Geschiedenis 🕶️

Wis automatisch de chatgeschiedenis bij een bezoek aan chatgpt.com

Dit zijn versies van het script waarin de code is bijgewerkt. Alle versies tonen.

  • v2024.3.5.4 06-03-2024

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

  • v2024.3.5.3 05-03-2024

    Added hyphens to script name regex in config.updateURL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.3.5.2 05-03-2024

    Further reduced potential for backtracking in config.updateURL regex ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.3.5.1 05-03-2024

    Improved regex

    ± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups

    • Removed unnecessary escape char from config.updateURL regex ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2024.3.5 05-03-2024

    Increased specificity in regex group to eliminate potential for polynomial backtracking ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.3.1 01-03-2024

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

  • v2024.2.26 26-02-2024

    Added truncation to toggle label (adamlui/chatgpt-apps#30) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.23 23-02-2024

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

  • v2024.2.17 17-02-2024

    Added SRI hash to chatgpt.js ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.6 12-02-2024

    Added content comparison to doc sync to support sync_src ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.1.28.1 12-02-2024

    Update auto-sync.yml ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.6 09-02-2024

    Shrank toggle glow radius ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.5 09-02-2024

    Added hiding of sidebar gradient div in private mode ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.4 08-02-2024

    Added comment to navicon icon assignment ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.3 08-02-2024

    Moved navicon.src assignment from updateToggleHTML() to insertToggle()

    ... to accomodate live scheme changes ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.2 08-02-2024

    Added background to toggle parent to hide chat log ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8.1 08-02-2024

    Added light mode navicon ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.2.8 08-02-2024

    Converted unnecessary template literal to string literal ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.1.28.1 28-01-2024

    Replaced chatgpt.js import URL w/ npm one ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2024.1.28 28-01-2024

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

  • v2024.1.9 09-01-2024

    Updated copyright years ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2023.12.23 23-12-2023

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

  • v2023.12.10 10-12-2023

    Replaced all .appendChild()'s w/ .append()'s to shorten codebase ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.12.8 09-12-2023

    Merged re_firstLinkText + re_firstButton, moved init up

    • Shortened updateButtons to updateBtns
    • Removed test logging ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.12.7 08-12-2023

    Updated sidebar btn selector for free users

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

  • v2023.12.3.2 04-12-2023

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

  • v2023.12.3.1 03-12-2023

    Re-added await chatgpt.isLoaded() for style-check ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.12.3 03-12-2023

    Made FF scrollbar skinny to not crop toggle

    ± Renamed chatgptAlertStyle to tweaksStyle ± Renamed alertStyleUpdated to tweaksStyleUpdated ± Renamed #chatgpt-alert-override-style to #tweaks-style

    • Removed unneeded await chatgpt.isLoaded() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.11.28 28-11-2023

    Bumped chatgpt.js to 2.6.0, removed isGizmoUI ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.11.26 26-11-2023

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

  • v2023.11.25.3 25-11-2023

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

  • v2023.11.25.2 25-11-2023

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

  • v2023.11.25.1 25-11-2023

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

  • v2023.11.25 25-11-2023

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

  • v2023.11.19.1 20-11-2023

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

  • v2023.11.19 19-11-2023

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

  • v2023.11.18 18-11-2023

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

  • v2023.11.17.6 18-11-2023

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

  • v2023.11.17.5 18-11-2023

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

  • v2023.11.17.4 18-11-2023

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

  • v2023.11.17.3 18-11-2023

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

  • v2023.11.17.3 18-11-2023

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

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

  • v2023.11.17.1 18-11-2023

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

  • v2023.11.16.2 16-11-2023

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

  • v2023.11.16.1 16-11-2023

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

  • v2023.11.16 16-11-2023

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

  • v2023.11.15.2 16-11-2023

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

  • v2023.11.15.1 16-11-2023

    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 16-11-2023

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

Alle scriptversies tonen