Poista ChatGPT:n historia 🕶️

Poistaa keskusteluhistorian automaattisesti käydessä chatgpt.comissa

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v2023.5.1.2 1.5.2023 Condensed code, removed `clickElement()`, moved functions up... ± Restored auto-cleared functionality ± Updated chatgpt.js dependency
  • v2023.5.1.1 1.5.2023 fix
  • v2023.5.1.1 1.5.2023 Moved functions, camel-cased names, condensed code
  • v2023.05.01 1.5.2023 Fix
  • v2023.05.01 1.5.2023 For the second level menu `clear conversations`, add it to the first level menu, Modify the version number, fix, Merge pull request #36 from XiaoYingYo/master For the second level menu `clear conversations`, add it to the first level menu
  • v2023.4.23 24.4.2023 Added `// @noframes` for compatibility w/ new ChatGPT Auto Refresh ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.4.20.1 21.4.2023 Removed semicolons & unused arg ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.4.20 21.4.2023 Updated chatgpt.js dependency, fixed to work w/ new headless menu ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.19 19.4.2023 Changed chatgpt.js import src to CDN
  • v2023.04.04.1 5.4.2023 Repositioned toggle ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.04 4.4.2023 Moved name meta to top ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.03 3.4.2023 Added/re-organized media ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.03.29.2 30.3.2023 Re-ordered meta
  • v2023.03.29.1 30.3.2023 Updated homepage/support URL meta ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.03.29 30.3.2023 Added non-English meta
  • v2023.03.28 28.3.2023 Updated navicon source
  • v2023.03.26 27.3.2023 Refactored functions
  • v2023.03.14.2 15.3.2023 Removed `var um`
  • v2023.03.14.1 15.3.2023 Split menu command's state indicator to both ends of label
  • v2023.03.14 14.3.2023 Added QQ `@compatible` meta
  • v2023.03.13 14.3.2023 Replaced state symbols in menu for TM w/ smaller ones... ...since menu fonts are larger than in VM
  • v2023.03.13 13.3.2023 Removed 'Get help' menu command
  • v2023.03.12.2 12.3.2023 Added whitespace
  • v2023.03.12.1 12.3.2023 Added help menu command, abstracted `loadSetting()` & `saveSetting()`... + Changed toggle visibility label + Re-ordered/categorized functions
  • v2023.03.12 12.3.2023 Enclosed code in IIFE to privatize scope... + Added `var toggleInput` to `toggleAutoclear()` + Re-ordered functions + Updated comments
  • v2023.03.11.5 12.3.2023 Added `// @compatible librewolf`
  • v2023.03.11.4 12.3.2023 Moved 2nd `clearObserver.disconnect` outside observer & shortened timeout ...since Clear button usually loads within a sec & node mutations can take a while
  • v2023.03.11.3 12.3.2023 Replaced Google `@icon` links w/ GitHub ones to avoid weird background change
  • v2023.03.11.2 11.3.2023 Replaced `loadSetting('autoclear') === true` w/ `config.autoclear`... + Fixed `toggleLabel.style.display` logic in `updateToggleHTML()`
  • v2023.03.11.1 11.3.2023 Added toggle visibility menu by @XiaoXingYo (0a28ad1ae94047d4205046d80c1899c4986db878)... + Changed storage key notation to dot + Changed `toggleAutoclear()` definition syntax
  • v2023.03.11 11.3.2023 Switched from `localStorage` to `GM_` methods for security... + Created `saveSetting()` + `loadSetting` for easier modification of storage API in ports + Renamed `styleNode` to `switchStyle` for clarity + Replaced click listener w/ `addEventListener` & updated `toggleAutoclear()` to work in VM + Added `display: flex` to `toggleLabel` style to overcome sporadic `display: box` (#19) + Added `toggleHidden` storage key + Added Chinese comments by @XiaoYingYo + Added `@author` + `@namespace`'s
  • v2023.03.04.11 11.3.2023 Backtrack and commit as a new script
  • v2023.03.04.11 9.3.2023 Append a code position semicolon
  • v2023.03.04.11 9.3.2023 Code optimization, new menu options in oil monkey script, optional to hide the selection box component in the page, in order to consider the decision to keep the options unchanged for a long time
  • v2023.03.04.11 5.3.2023 Changed navicon source
  • v2023.03.04.10 4.3.2023 Removed `var toggleInput`
  • v2023.03.04.9 4.3.2023 Shortened `window.toggleAutoclear`
  • v2023.03.04.8 4.3.2023 Added `@icon64`
  • v2023.03.04.7 4.3.2023 Moved `var labelCnt` to before `function clearAllMsgs()`, shortened `window.toggleAutoclear`
  • v2023.03.04.6 4.3.2023 Replaced `click` event listener ...by moving `onclick` from `toggleLabel`'s inner `<input>` to outer `<div>` & adding `click()` to `window.toggleAutoclear` + Moved `var labelCnt` to before `clearAllMsgs()` call
  • v2023.03.04.5 4.3.2023 Prepended `chatGPT_` to `autoclear` key
  • v2023.03.04.4 4.3.2023 Re-formatted `toggleLabel.innerHTML`
  • v2023.03.04.3 4.3.2023 Formatted `toggleLabel.innerHTML`, shortened `insertToggle()`
  • v2023.03.04.2 4.3.2023 Shortened `window.toggleAutoclear`
  • v2023.03.04.1 4.3.2023 Shortened insertToggle() & clearAllMsgs(), removed whitespace
  • v2023.03.04 4.3.2023 Added toggle (#12), changed `for` conditions
  • v2023.03.03 4.3.2023 Updated icon
  • v2023.02.27 28.2.2023 Added 2nd observer.disconnect() + download & update URLs
  • v2023.02.26.1 27.2.2023 Changed @name
  • v2023.02.26 26.2.2023 Imported from URL

Näytä kaikki skriptin versiot.