Greasy Fork is available in English.
Kreu nesfinaĵajn respondojn el la ĉio-scianta ChatGPT (en ajn lingvo!)
These are all versions of this script. Show only the versions where the code changed.
Bumped settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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]
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAssetCommitHash
Changed 'Alterrnative To' button label in Feedback modal to be one word ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Prevented Feedback modal buttons from auto-dismissing modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed reviewModal to feedbackModal for consistency w/ my other userscripts ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
reviewModal
feedbackModal
Fixed button hacks in Review modal didn't apply ↞ [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]
Corrected Donate menu entry target from About to Donate modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Updated Donate modal's Rate Us btn target from GF page to Feedback modal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Changed About's Rate Us button target from GF page to Feedback Modal ↞ [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
Bumped sidebarToggle.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Repaced in-line sidebarToggle w/ remote import of Chromium code ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
sidebarToggle
Simplified Reply Topic prompt routine to align w/ other ones
toTitleCase()
Moved live chat restart on prompt setting updates to syncConfigToUI() for consolidation ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
syncConfigToUI()
Restored custom attr get/set target to seemingly more reliable document.documentElement ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document.documentElement
Expanded extension installed flag name to be more verbose ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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
Localized Reply Topic menu label if unset or set to 'ALL' ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Fixed toolbar prompt menu item statuses stopped displaying/updating ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped dom.js + settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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
Added About menu entry when extension installed + disabled tooltip on Disabled entry ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Moved extensionInstalled to env.extensionInstalled for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
extensionInstalled
env.extensionInstalled
Renamed UI sync function's reason option to more semantic updatedKey ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
reason
updatedKey
Replaced settings init w/ remote extension/lib/settings.js import ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings
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
Added newly required settings save/sync to Auto-Start check + feedback notif ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added explicit init settings.save('infinityMode', false) to align w/ FF/Chromium code for easier maintenance ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.save('infinityMode', false)
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]
Added check for action affects appearance before sidebarToggle.update() in UI sync func ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
sidebarToggle.update()
Added infinityMode to settings.controls + options to sync func to condense/elimimnate methods + toggle creation ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
infinityMode
settings.controls
options
Condensed settings.load() using Object.keys(settings.controls) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Object.keys(settings.controls)
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]
Replaced fillStarryBG() w/ dom.fillStarryBG() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
fillStarryBG()
dom.fillStarryBG()
Replaced createStyle() w/ dom.create.style() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
createStyle()
dom.create.style()
Bumped dom.js ↞ [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]
Corrected dom.create.elem() call structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
dom.create.elem()
Changed app.urls.relatedApps key name to relatedExtensions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.urls.relatedApps
relatedExtensions
Show all script versions