Greasy Fork is available in English.
⚡ Continua automaticamente a generare più risposte di ChatGPT
Queste sono tutte le versioni di questo script. Mostra solo le versioni in cui è cambiato il codice
Removed sidebar click-zoom disabler since script doesn't add sidebar component ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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
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
Prepended app.symbol to About modal title ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.symbol
Added .modals-buttons desktop left-margin ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
.modals-buttons
Replaced document methods w/ dom ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
document
dom
Replaced createStyle() w/ dom.create.style() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
createStyle()
dom.create.style()
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 dashed style from modal buttons + radix from parseInt(tweaksStyleUpdated) since Unix format now used ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
parseInt(tweaksStyleUpdated)
Moved checkContinueBtn() out of IIFE to function defs to align w/ FF/Chromium code that needs it ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
checkContinueBtn()
Improved syncConfigToUI() comment6 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
syncConfigToUI()
Converted sidebar click-zoom disabler from style to more reliable observer ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
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
Moved config.notifDisabled check into notify() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
config.notifDisabled
notify()
Added tooltip to Mode Notifications menu toggle
Merged settings controls init into settings init section for simplicity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Split config/settings inits into 2 lines for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
config
Moved app.msgs init/localization up for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.msgs
Improved top init section comments for clarity ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Shortened response arg name in updateCheck() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
updateCheck()
Moved config.userLanguage to env.browser.language for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
config.userLanguage
env.browser.language
Added whitespace for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Removed trailing whitespace ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Improved efficiency of <html> attr checks ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
<html>
Renamed sync function section comment to UI functions ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Reverted syncStorageToUI() name to syncConfigToUI() since actions based on memory ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
syncStorageToUI()
Renamed storage sync function to align w/ Chromium/FF codebase ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
Renamed settings.props to more semantic settings.controls ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
settings.props
settings.controls
Moved app.settings to settings.props for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
app.settings
Moved assetHostURL into app for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
assetHostURL
app
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]
Mitigated super-linear backtracking in regex ↞ [auto-sync from adamlui/ai-web-extensions]
adamlui/ai-web-extensions
Shortened regex ↞ [auto-sync from adamlui/ai-web-extensions]
Renamed styledState in notify() to styledStateSpan for readability ↞ [auto-sync from adamlui/ai-web-extensions]
styledState
styledStateSpan
Shortened safeWinOpen() ↞ [auto-sync from adamlui/ai-web-extensions]
safeWinOpen()
Bumped app.latestAsetCommitHash ↞ [auto-sync from adamlui/ai-web-extensions]
app.latestAsetCommitHash
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/ai-web-extensions]
Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]
@connect
adamlui/userscripts
Changed env.scriptManager val when GM_info.scriptHandler undefined to more readable unknown ↞ [auto-sync from adamlui/ai-apps]
env.scriptManager
GM_info.scriptHandler
unknown
adamlui/ai-apps
Bumped chatgpt.js to 3.3.5 ↞ [auto-sync from adamlui/ai-apps]
Refactored app.json import to use remote file for easier maintenance ↞ [auto-sync from adamlui/ai-apps]
Mostra tutte le versioni dello script