Greasy Fork is available in English.
Генеришите безброј одговора од свемоћног ChatGPT (на било ком језику!)
These are versions of this script where the code was updated. Show all versions.
Bumped modals.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped toggles.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped resources ↞ [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]
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
Bumped JS resources + app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped JS resources ↞ [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
Restored env.extensionInstalled check pre-Donate entry creation in menu.register() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
env.extensionInstalled
Consolidated entry creation routines in menu.register() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped toggles.js + settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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]
Trigger messages.json sync ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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
Stripped unneeded quotes from CSS selectors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Deleted extra = in scheme observer ↞ [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 modals.js + added update modal colors to scheme observer ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed no-longer needed skinny FF scrollbar style ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed unrequired semicolon (https://github.com/eslint-stylistic/eslint-stylistic/issues/622#issuecomment-2540890247) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Fixed sidebar toggle didn't update state on Infinity auto-disable when tab visibility changed ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added live update navicon on scheme change, bumped toggles.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped JS/CSS resources ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Added/updated app.latestAssetCommitHash comments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped modals.js + latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
latestAssetCommitHash
Bumped sidebarToggle.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Restored checkForUpdates() name to updateCheck() to avoid endless recursion for sharing name w/ modals.update.available() btn callback func ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
checkForUpdates()
updateCheck()
modals.update.available()
Show all script versions