Rensa ChatGPT Historik 🕶️

Rensar automatiskt chattens historik vid besök på chatgpt.com

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

  • v2023.5.17 2023-05-18 Updated chatgpt.js copyright notice ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16.5 2023-05-16 Internationalized button labels ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16.4 2023-05-16 Merge pull request #4 from XiaoYingYo/main fix button text ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16.3 2023-05-16 Changed condition to autoclear in observer & toggle-on ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16.2 2023-05-16 Added `GM` XHR method + GitHub connect to meta ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16.1 2023-05-16 Implemented remote message fetching ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.16 2023-05-16 Added more menu cmds, condensed/re-organized code, renamed vars ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.5 2023-05-06 Added `chatgpt.isLoaded()`, condensed code, removed logging ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.2.3 2023-05-03 Removed whitespace
  • v2023.5.2.2 2023-05-03 Removed whitespace, re-added `async` befeore anon func in `InitSvg()`
  • v2023.5.2 2023-05-03 Added Ghost browser compatibility meta ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.5.1.3 2023-05-01 Trying to get an svg that already exists on the page as an icon
  • v2023.5.1.2 2023-05-01 Condensed code, removed `clickElement()`, moved functions up... ± Restored auto-cleared functionality ± Updated chatgpt.js dependency
  • v2023.5.1.1 2023-05-01 fix
  • v2023.5.1.1 2023-05-01 Moved functions, camel-cased names, condensed code
  • v2023.05.01 2023-05-01 Fix
  • v2023.05.01 2023-05-01 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 2023-04-24 Added `// @noframes` for compatibility w/ new ChatGPT Auto Refresh ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.4.20.1 2023-04-21 Removed semicolons & unused arg ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.4.20 2023-04-21 Updated chatgpt.js dependency, fixed to work w/ new headless menu ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.19 2023-04-19 Changed chatgpt.js import src to CDN
  • v2023.04.04.1 2023-04-05 Repositioned toggle ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.04 2023-04-04 Moved name meta to top ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.04.03 2023-04-03 Added/re-organized media ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.03.29.2 2023-03-30 Re-ordered meta
  • v2023.03.29.1 2023-03-30 Updated homepage/support URL meta ↞ [auto-sync from `adamlui/autoclear-chatgpt-history`]
  • v2023.03.29 2023-03-30 Added non-English meta
  • v2023.03.28 2023-03-28 Updated navicon source
  • v2023.03.26 2023-03-27 Refactored functions
  • v2023.03.14.2 2023-03-15 Removed `var um`
  • v2023.03.14.1 2023-03-15 Split menu command's state indicator to both ends of label
  • v2023.03.14 2023-03-14 Added QQ `@compatible` meta
  • v2023.03.13 2023-03-14 Replaced state symbols in menu for TM w/ smaller ones... ...since menu fonts are larger than in VM
  • v2023.03.13 2023-03-13 Removed 'Get help' menu command
  • v2023.03.12.2 2023-03-12 Added whitespace
  • v2023.03.12.1 2023-03-12 Added help menu command, abstracted `loadSetting()` & `saveSetting()`... + Changed toggle visibility label + Re-ordered/categorized functions
  • v2023.03.12 2023-03-12 Enclosed code in IIFE to privatize scope... + Added `var toggleInput` to `toggleAutoclear()` + Re-ordered functions + Updated comments
  • v2023.03.11.5 2023-03-12 Added `// @compatible librewolf`
  • v2023.03.11.4 2023-03-12 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 2023-03-12 Replaced Google `@icon` links w/ GitHub ones to avoid weird background change
  • v2023.03.11.2 2023-03-11 Replaced `loadSetting('autoclear') === true` w/ `config.autoclear`... + Fixed `toggleLabel.style.display` logic in `updateToggleHTML()`
  • v2023.03.11.1 2023-03-11 Added toggle visibility menu by @XiaoXingYo (0a28ad1ae94047d4205046d80c1899c4986db878)... + Changed storage key notation to dot + Changed `toggleAutoclear()` definition syntax
  • v2023.03.11 2023-03-11 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 2023-03-11 Backtrack and commit as a new script
  • v2023.03.04.11 2023-03-09 Append a code position semicolon
  • v2023.03.04.11 2023-03-09 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 2023-03-05 Changed navicon source
  • v2023.03.04.10 2023-03-04 Removed `var toggleInput`
  • v2023.03.04.9 2023-03-04 Shortened `window.toggleAutoclear`
  • v2023.03.04.8 2023-03-04 Added `@icon64`

Visa alla versioner.