⚡ Настави аутоматски да генеришеш више 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]
Improved scheme pref monitoring comments ↞ [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
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()
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.scheme
env
Added passing of updatedKey in toggle config to UI sync method calls for future use ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
updatedKey
Bumped resources ↞ [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 chatgpt.js to 3.3.5 ↞ [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]
Bumped JS 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
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()
Renamed stylesheet @resources into exactly matching acronyms for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
@resource
Bumped modals.js + settings.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped app.latestAsseCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.latestAsseCommitHash
Renamed updateCheck() to clearer checkForUpdates() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Expanded early return in menu.fresh() to all userscript managers that don't support GM_unregisterMenuCommand ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
menu.fresh()
GM_unregisterMenuCommand
Replaced GM_info.script.header in app.chatgptJSver init w/ more widely supported GM_info.scriptMetaStr ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
GM_info.script.header
app.chatgptJSver
GM_info.scriptMetaStr
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
Bumped dom.js ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Bumped modals.js, condensed updateCheck() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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]
Bumped rising-stars.css ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Split 120+ char line into 2 for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced inline modals w/ remote modals.js import ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
modals
Added modal stack tracking ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Replaced btnClone.textContent w/ btn.textContent in dismissal stripper for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
btnClone.textContent
btn.textContent
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
Show all script versions