Очистить Историю ChatGPT 🕶️

Автоматически очищает историю чата при посещении chatgpt.com

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v2023.7.29.1 29.07.2023

    Added config.greasyForkURL, renamed config.ghRepoURL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.29 29.07.2023

    Added About modal, moved update check into it...

    ± Renamed checkForUpdates() to updateCheck() to not conflict w/ named function for modal button ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.28 29.07.2023

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

  • v2023.7.26 26.07.2023

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

  • v2023.7.19 19.07.2023

    Replaced ternary w/ OR operation ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.15.1 15.07.2023

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

  • v2023.7.15 15.07.2023

    Added noopener rel to prevent backdoor attacks ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.14 14.07.2023

    Bumped chatgpt.js to 2.0.0, added chatgpt.getUserLanguage() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.11 11.07.2023

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

  • v2023.7.9 10.07.2023

    Changed config.prefix, condensed settings functions ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.7.4 05.07.2023

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

  • v2023.7.2 03.07.2023

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

  • v2023.6.30 30.06.2023

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

  • v2023.6.29 29.06.2023

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

  • v2023.6.26 26.06.2023

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

  • v2023.6.24.3 24.06.2023

    Changed update check frequency to weekly ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.24.2 24.06.2023

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

  • v2023.6.24.1 24.06.2023

    Bumped chatgpt.js to 1.10.2, shortened regex in Update Available alert ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.24 24.06.2023

    Refactored code, improved reload on update

    ± Re-ordered config init for readability

    • Condensed message getter ± Replaced window.open() in update alert with GM_openInTab() for onClose callback ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.6.23.1 24.06.2023

    Improved readability of obj's, further abstracted update alert ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.23 24.06.2023

    Added/updated meta, replaced config.ghHostDir

    ± Updated name/description meta

    • Added name/description meta locales ± Replaced config.ghHostDir with config.assetHostURL
    • Added config.ghRepoURL ± Updated auto update alert View Changes link to use config.ghRepoURL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.6.22.5 23.06.2023

    Inserted config.ghHostDir into navicon.src ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.22.4 23.06.2023

    Removed depracated config.isActive, added config.updateURL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.22.3 23.06.2023

    Added msgHostDir to let msgHref in message getter ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.22.2 23.06.2023

    Fixed message getter

    • Added const msgHostDir
    • Added config prefix to ghHostDir in let msgHref ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.6.22.1 23.06.2023

    Updated meta + config/state obj's, refactored code

    ± Updated/moved version/author/namespace meta ± Moved configPrefix + appSymbol into config obj ± Added config.ghHostDir + config.updateURL ± Replaced var's with const & let ± Moved stateSeparator into state obj

    • Shortened checkForUpdates() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.6.22 23.06.2023

    Updated checkForUpdates()

    ± Shortened by eliminating var data ± Converted var's to const's ± Improved comparison loop to break early if up-to-date ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.19.1 19.06.2023

    Added auto-reload on auto-update

  • v2023.6.19 19.06.2023

    Re-formatted Update Available alert

  • v2023.6.18 19.06.2023

    Updated sidebar toggle + on-load notification

    ± Prevented double-toggle on switch clicks ± Removed reliance on innerHTML to mitigate XSS vulnerability

    • Added condition to notify on load only if auto-clear active ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
  • v2023.6.17 18.06.2023

    Moved reset of skipNextUpdate to before auto-alert ↞ [auto-sync from adamlui/autoclear-chatgpt-history]

  • v2023.6.15 15.06.2023 Bumped chatgpt.js to 1.10.1 ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.13.2 14.06.2023 Re-formatted Update Available alert ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.13.1 14.06.2023 Added ID return to `alert()` ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.13 14.06.2023 Added `notify()` + `alert()` ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.10 11.06.2023 Replaced `fetch` method w/ `gm` one in checkForUpdates()... ...to futureproof vs. OpenAI CORS ± Moved 'view changes' link to new line & removed positioning ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.9.2 09.06.2023 Removed `var updateAlertID` ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.9.1 09.06.2023 Added auto/manual update checking ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.9 09.06.2023 (#6) Removed `fetchMap.get()`, `fetchHook()` + Clear button... ± Moved 1st clear/notification up ± Bumped chatgpt.js to 1.9.1 ± Shortened listener syntax ± Renamed `navObserver` to `nodeObserver` - Removed `clearObserver` - Removed button functions + menu cmd ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.8 08.06.2023 Bumped chatgpt.js to 1.9.0 ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.5 06.06.2023 Condensed code ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.3.1 03.06.2023 Bumped chatgpt.js to 1.8.0 ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.3 02.06.2023 Added toggle margins ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.2 02.06.2023 Updated toggle style/insertion for UI update, bumped chatgpt.js to 1.7.5 ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.6.1 01.06.2023 Bump chatgpt.js to 1.7.3 ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.30 31.05.2023 Changed `configKeyPrefix` to `configPrefix` ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.23 24.05.2023 Shortened `loadSetting()` ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.22 22.05.2023 Shortened message getter ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.21 21.05.2023 Removed `document.title` check from 1st notification ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.19 19.05.2023 Ensured proper toggle style/insertion when chat history is off ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]

Показать все версии скрипта