Аутоматски брише историју чата при посети chatgpt.com
These are versions of this script where the code was updated. Show all versions.
Added skip to alert update unavailable on app.latestVer not extracted ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestVer
Split XHR config props in remoteAppData init into 2 lines for reability ↞ [auto-sync from https://github.com/adamlui/userscripts]
remoteAppData
Bumped app.latestResourceCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestResourceCommitHash
Updated commit hash query string format in URLs that use app.urls.assetHost ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.assetHost
Renamed app.urls.mediaHost to .assetHost ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.mediaHost
.assetHost
Renamed latestAssetCommitHash to latestResourceCommitHash + urls.assetHost to urls.resourceHost ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
latestAssetCommitHash
latestResourceCommitHash
urls.assetHost
urls.resourceHost
Bumped commit hashes in icon meta URLs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Deleted line break in settings for compactness ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings
Updated hash query string format in icon meta URLs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Updated media.autoclearchatgpt.com URLs to assets.autoclearchatgpt.com ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Condensed keys normalization in settings.load() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
keys
settings.load()
Moved no-user-select to start of classlist in modals.init() to support future $=-modal CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
no-user-select
modals.init()
$=-modal
Added disable user selection to modals.init() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Disabled transition on sidebar toggle hover ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped resources ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Expanded transition style support to older browsers ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Updatd copyright years ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Condensed CSS color declarations ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Centralized sidebar toggle knob span styles into stylesheet ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added increase glow on sidebar toggle hover ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved toggles.sidebar update methods up a level to use shorter this for elem refs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
toggles.sidebar
this
Refactored sidebar toggle elem inits as obj props for easier access ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Refactored sidebar toggle in-line stylization to use stylesheet to support future pseudo-selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced toggles.sidebar.ids w/ single .class for simplicity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
toggles.sidebar.ids
.class
Bumped chatgpt.js to 3.5.0 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
Fixed state msg key ref butchered by automation ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced alert_author msg in modals.donate() w/ new about_author ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
alert_author
modals.donate()
about_author
Added author info to About modal, moved chatgpt.js info down ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved tooltipsSupported from menu.register() to env.scriptManager.supportsTooltips for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
tooltipsSupported
menu.register()
env.scriptManager.supportsTooltips
Removed modals.dragHandlers now handled by chatgpt.js 3.4.0 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.dragHandlers
Consolidated entry creation routines in menu.register() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed event args of forEach loops in modals.handlers.drag type methods to eventType for better clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
event
forEach
modals.handlers.drag
eventType
Shortened knobSpan.style.transform update in toggles.sidebar.update.state() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
knobSpan.style.transform
toggles.sidebar.update.state()
Moved env.scheme into env.ui for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
env.scheme
env.ui
Improved scheme pref monitoring comments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced msgs.about_sourceCode w/ about_openSourceCode ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
msgs.about_sourceCode
about_openSourceCode
Replaced prefers-color-scheme's onchange assignment w/ .addEventListener() to support multiple listeners ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
prefers-color-scheme
onchange
.addEventListener()
Improved handleSchemePrefChange() to update colors only if actually displayed scheme changes ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
handleSchemePrefChange()
Renamed handleSchemeChange() to more accurate handleSchemePrefChange() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
handleSchemeChange()
Added system/browser scheme change detection to trigger update colors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved env.scheme init inside env for simplicity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
env
Updated comments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Stripped unneeded quotes from CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced chatgpt.isDarkMode() calls w/ env.scheme init + update in observer for improved performance
chatgpt.isDarkMode()
Hard-coded modal color style to support live scheme updates ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped chatgpt.js to 3.3.5 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved sidebar toggle update methods into update for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
update
Hardcoded more modal styles for futureproofing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Show all script versions