Greasy Fork is available in English.
Kreu nesfinaĵajn respondojn el la ĉio-scianta ChatGPT (en ajn lingvo!)
Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn
Added config update to infinity.activate() for consistency ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
infinity.activate()
adamlui/chatgpt-apps/chatgpt-infinity/opera
Removed unnecessary return from Script Disabled menu entry callback ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
return
adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey
Narrowed scope of sidebar click-zoom observer to avoid affecting main UI ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
adamlui/chatgpt-apps/chatgpt-infinity/edge
Restored needed observer to maintain nav toggle visibility when nav'ing between home/GPTs dir ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
Updated sidebar btn click-zoom disable to working method ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
Re-styled modal buttons
± Made borders thicc/square/dashed
Unboldened app name in Donate modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added Rate Us button to Donate modal + stack tracking for nav ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Corrected donation links ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Updated GitHub btn label in Donate modal to include 'Sponsors' to clarify financial intent ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Localized state words in notifs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
Replaced 'Leave Review' btn label in About modal w/ 'Rate Us' ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Simplified PV listener to rely on syncStorageToUI() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
syncStorageToUI()
Removed Donate entry from toolbar menu when extension installed ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Removed sentence from Donate modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added sig to Donate modal, removed sentence, added target=_blank rel=noopener to links ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
target=_blank rel=noopener
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.latestAssetCommitHash
Renamed sideToggle API to navToggle for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
sideToggle
navToggle
Shortened infinityMode API name to infinity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
infinityMode
infinity
adamlui/chatgpt-apps/chatgpt-infinity/chrome
Condensed infinityMode.toggle() def ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
infinityMode.toggle()
Replaced UI update in navToggleDiv.onclick w/ syncStorageToUI() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
navToggleDiv.onclick
Merged reset functions ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Updated icon to circled one ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Moved sidebar toggle functions into sideToggle obj for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
Appended ', author' to Donation modal sign-off ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Fixed Toggle Visibility setting applied state in reverse ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
Added donation menu entry/modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Merged prompt setting status label inits from app.settings init + syncConfigToUI() into menu.register() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.settings
syncConfigToUI()
menu.register()
Refactored settings menu to dynamically generate entries, added syncStorageToUI() for consolidation ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Removed no-longer needed sidebar observer ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
notify()
Eliminated knobWidth init from toggle creation routine to condense code ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
knobWidth
Replaced document.create methods + attr assignments w/ dom.create.elem() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
document.create
dom.create.elem()
Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.urls
Bumped chatgpt.js to 3.3.2 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Removed padding around simple expressions in template literals for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Used template literals in notify() calls for consistency ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
Simplified handling post-localizedMsgs init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
localizedMsgs
Improved settings.load() to accept arrays for flexibility ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
settings.load()
Updated localized msg handling to merge w/ instead of replace app.msgs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.msgs
Renamed menu.state.<symbol|word> to .<symbols|words> for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
menu.state.<symbol|word>
.<symbols|words>
Removed whitespace from No Update Found alert title ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Refactored No Update Available alert code for improved readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Removed duplicate app name from Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Moved app.msgs fallbacks in refs to obj init to condense code ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Optimized localized msgs init for readability
± Abstracted fetchMsgs() ± Renamed onLoad() to handleMsgs() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
fetchMsgs()
onLoad()
handleMsgs()
Moved msgs to app.msgs for improved structure ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
msgs
Aligned symbols in menu.register() for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Moved modal functions into obj for improved structure ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
Moved config init before settings for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
config
settings
Show all script versions