Cancella automaticamente la cronologia della chat durante la visita a chatgpt.com
queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.
Updated sidebar btn selector for free users
± Bumped chatgpt.js to 2.6.2 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
adamlui/autoclear-chatgpt-history
Bumped chatgpt.js to 2.6.1 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Re-added await chatgpt.isLoaded() for style-check ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
await chatgpt.isLoaded()
Made FF scrollbar skinny to not crop toggle
± Renamed chatgptAlertStyle to tweaksStyle ± Renamed alertStyleUpdated to tweaksStyleUpdated ± Renamed #chatgpt-alert-override-style to #tweaks-style
chatgptAlertStyle
tweaksStyle
alertStyleUpdated
tweaksStyleUpdated
#chatgpt-alert-override-style
#tweaks-style
Bumped chatgpt.js to 2.6.0, removed isGizmoUI ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
isGizmoUI
Bumped chatgpt.js to 2.5.2 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Renamed camelCase(input) to toCamelCase(str) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
camelCase(input)
toCamelCase(str)
Updated config key prefix var name in (load|save)Setting() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
(load|save)Setting()
Added hyphen-stripping to camelCase(input) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Added config.appName + camelCase(input) ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
config.appName
Renamed notifHidden to notifDisabled ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
notifHidden
notifDisabled
Bumped chatgpt.js to 2.5.1 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Re-positioned mobile toggle switch ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Added condition before removing forced cloaking on toggle ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Added optional chaining to 1st toggle icon selection for class assignment ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Updated // @version ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
// @version
Updated hash in chatgpt.js import URL ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.5.0, replaced isMobileDevice()
isMobileDevice()
... w/ chatgpt.browser.isMobile() ± Updated mobile toggle switch position ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Shortened error args ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Tightened/loosened equality comparisons ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Moved toggle styling inline, renamed elem var names ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Updated switch style datestamp, corrected isGizmoUI casing ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Positioned mobile toggle, inserted space in toggle label ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Localized toggle label text ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Replaced .className ='s w/ more performant .classList.add()'s
.className =
.classList.add()
...when number of classes to add is low ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.4.2 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.4.1 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Re-added await chatgpt.history.isLoaded() to insertToggle()
await chatgpt.history.isLoaded()
insertToggle()
...since 1st call for styles is async ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Updated config.updateURL init to allow nameless greasyForkURL's
config.updateURL
greasyForkURL
Updated download/update URLs
Replaced .match() w/ faster method ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
.match()
Updated update/download URLs ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Removed post-initial await chatgpt.history.isLoaded()'s ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Replaced chatHistoryIsLoaded() w/ chatgpt.history.isLoaded() ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
chatHistoryIsLoaded()
chatgpt.history.isLoaded()
Narrowed update alerts ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Corrected latestVer name ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
latestVer
Added English fallbacks to localized messages ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.4.0 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Removed selicons + () around unmodded arg ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
()
Moved chatHistoryIsLoaded() last ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Added comma, removed double negation ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
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
toggleLabel
navToggleDiv
Bumped chatgpt.js to 2.3.18 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.3.17 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Re-ordered script/menu function defs ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Defined launchAboutModal(), added nav back on no update found ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
launchAboutModal()
Bumped chatgpt.js to 2.3.16 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.3.15 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.3.14 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Bumped chatgpt.js to 2.3.13 ↞ [auto-sync from adamlui/autoclear-chatgpt-history]
Mostra tutte le versioni dello script