Greasy Fork is available in English.
Șterge automat istoricul chat-ului la vizitarea chatgpt.com
Acestea sunt versiunile scriptului în care codul a fost actualizat. Arată toate versiunile.
Expanded XHR init to pick GM_xmlhttpRequest for all userscript managers that don't support GM.xmlHttpRequest ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
GM_xmlhttpRequest
GM.xmlHttpRequest
Moved Update alerts inside modals to support dragging + add rising stars ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals
Added stylesheet requirement comment to fillStarryBG() sig ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
fillStarryBG()
Condensed View Changes link generation in Update Available alert ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Corrected changelog URL in Update Available modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced dismissAlert() in comments w/ natural lang to avoid confusion since def in chatgpt.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped rising-stars.css ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Corrected btn.textContent check of GitHub Sponsors button in Donate modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
btn.textContent
Renamed type arg of observeRemoval() to more readable modalType ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
type
observeRemoval()
modalType
Renamed nextModalType in modals.observeRemoval() to clearer prevModalType ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
nextModalType
modals.observeRemoval()
prevModalType
Replaced btnClone.textContent w/ btn.textContent in dismissal stripper for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
btnClone.textContent
Added toggle existence check to sidebarToggle.update() for cleaner console when sidebar missing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
sidebarToggle.update()
Revamped modal stack management to not rely on deprecated mutation events (https://chromestatus.com/feature/5083947249172480)
± Expanded modal stack management to more types ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced string concatenation w/ template literals in modals.about.show() for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.about.show()
Renamed appData to more readable remoteAppData` ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
appData
remoteAppData
Prevented link buttons from auto-dismissing modals ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved chatgptJSver into app + added app.version ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgptJSver
app
app.version
Fixed sidebar toggle doesn't animate on load if already activated ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Extended Chats Cleared notif duration to stand out vs. Mode ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Restored custom attr get/set target to seemingly more reliable document.documentElement ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document.documentElement
Moved custom attr set/get from document.documentElement to more reliable document.head ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document.head
Renamed modals.init() to more accurate .setup() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals.init()
.setup()
Moved ui into env for better readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
ui
env
Renamed UI sync function's reason option to more semantic updatedKey ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
reason
updatedKey
Shortened settings.load() arg name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.load()
Added eslint-disable-line after required semicolon (https://github.com/eslint-stylistic/eslint-stylistic/issues/622) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
eslint-disable-line
Removed no-longer used elem ID inits ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved sidebar toggle methods efficiency ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Prepended app.symbol to About modal title ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.symbol
Updated rising stars stylesheet src's to assets.aiwebextensions.com URLs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added starry BG + click-dragabiility to modals ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Changed app.urls.relatedApps key name to relatedExtensions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.relatedApps
relatedExtensions
Renamed moreChatGPTapps() to moreAIextensions() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
moreChatGPTapps()
moreAIextensions()
Centered About modal content, enlarged title, restored needed button margin on desktop ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed no-longer needed .modal-buttons style ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
.modal-buttons
Removed dashed border + custom glow colors from chatgpt.alert() button hovers ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
chatgpt.alert()
Limited lines to 120 chars max for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added fallbacks to make settings.controls[key].helptip optional ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.controls[key].helptip
Condensed settings.controls init ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.controls
Bumped app.latestAssetCommitHash for smaller messages.json fetch ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
Eliminated helptip_autoclear msg since appDesc similar enough ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
helptip_autoclear
appDesc
Eliminated register options init from menu.register() for simplicity + disabled script title tooltips on About/Settings in TM 5.0+ ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
menu.register()
Added notification on auto-clears ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added Clear Chats Now menu action (ai-web-extensions#99)
Co-Authored-By: 人民的勤务员 china.qinwuyuan@gmail.com ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Corrected regex in menu.register() callback notifs ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added check for options.reason affects sidebar toggle before sidebarToggle.update() in syncConfigToUI() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
options.reason
syncConfigToUI()
Made detection of key names w/ disabled/hidden in menu.register() case insensitive ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved settings.controls comment ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed no-longer required 'api' arg from chatgpt.clearChats() since front-end method deprecated ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
'api'
chatgpt.clearChats()
Arata toate versiunile scriptului