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
Stripped trailing slashes from app.urls.assetHost + app.urls.mediaHost for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.urls.assetHost
app.urls.mediaHost
adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey
Moved menu objs/functions into menu obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
menu
Bumped chatgpt.js to 3.3.1 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Shortened document.location to location ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
document.location
location
Moved safeWindowOpen() below modal function defs, shortened name ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
safeWindowOpen()
Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.urls.update
Merged chatgpt.browser.isMobile() calls into env.browser.isMobile ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
chatgpt.browser.isMobile()
env.browser.isMobile
Shortened env.browser.isFirefox to env.browser.isFF ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
env.browser.isFirefox
env.browser.isFF
Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
env.userscriptManager
env.scriptManager
Merged getUserscriptManager() calls + browser into env for improved structure ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
getUserscriptManager()
browser
env
Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added fallbacks to first<Icon|Label> class extractions to futureproof vs. UI changes ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
first<Icon|Label>
adamlui/chatgpt-apps/chatgpt-infinity/chrome
Moved browser/UI props into obj for readability/scalability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
adamlui/chatgpt-apps/chatgpt-infinity/edge
Removed no-longer needed isGPT4oUI ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
isGPT4oUI
Added re-activate on OpenAI chat reset bug (adamlui/chatgpt-apps#76)
Moved await chatgpt.isIdle() after .send() in infinityMode.continue() for more precise timing
await chatgpt.isIdle()
.send()
infinityMode.continue()
Abstracted URLs into app.urls for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.urls
Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
app.latestAssetCommitHash
Separated static app data from config for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
config
adamlui/chatgpt-apps/chatgpt-infinity/opera
Shortened notif init in notify() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
notif
notify()
Bumped chatgpt.js to 3.2.0
Re-ordered cmds in infinityMode.continue() to avoid early chatgpt.isIdle() detections
chatgpt.isIdle()
Bumped versions to 2024.8.28 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
version
2024.8.28
Bumped chatgpt.js to 3.0.3 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
Bumped chatgpt.js to 3.0.2 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
Limited XHR request for msgs init to non-English user languages ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added space after 🚀 in update alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Removed config.appSymbol from siteAlert(title) ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
config.appSymbol
siteAlert(title)
Shortened Review button label in About modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added 2nd layer shadow to dark mode toggle for more depth
± Moved assignment to insertToggle() to sync w/ scheme changes ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
insertToggle()
Removed whitespace for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Shrank toggle knob, added shadow ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
Updated button label msg key names ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Eliminated unnecessary reliance on GM_openInTab ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
GM_openInTab
Bumped config.latestAssetCommitHash
config.latestAssetCommitHash
Added glow to state word in notifs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
Added hover-zoom to modal buttons ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Bumped chatgpt.js to 3.0.1 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Bumped chatgpt.js to 3.0.0 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/edge]
Refined sidebar toggle elem positioning, made usable in Temporary Chat mode ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Updated parentToInsertInto in insertToggle() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
parentToInsertInto
Styled state words in notifications ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]
Added white border to dark scheme chatgpt.alert()s ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
chatgpt.alert()
Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Added config.mediaHostURL ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
config.mediaHostURL
Abstracted config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]
Condensed toggle update routine ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]
Show all script versions