Greasy Fork is available in English.
Aldonas AI-respondojn al Google Search (ebligita de Google Gemma + GPT-4o!)
Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn
Fixed corner button hover zooms no longer smooth ↞ [auto-sync from adamlui/chatgpt-apps]
adamlui/chatgpt-apps
Removed dark scheme link underline style ↞ [auto-sync from adamlui/chatgpt-apps]
Removed Pin button click listener, simplified hover handler ↞ [auto-sync from adamlui/chatgpt-apps]
Moved CSS props away from selector lines of multi-line blocks for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Tweaked v-pos of gradient BG when animations enabled
± Raised dark scheme graident +30px ± Lowered light scheme gradient -30px ↞ [auto-sync from adamlui/chatgpt-apps]
Fixed Pin menu doesn't linger when mousing off Pin button in Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]
Renamed .balloon-tip to .reply-tip for readability ↞ [auto-sync from adamlui/chatgpt-apps]
.balloon-tip
.reply-tip
Applied classic styling when BG animations disabled ↞ [auto-sync from adamlui/chatgpt-apps]
Increased gap between Related Queries, tweaked drop shadow
± Increased v-offset +1px ± Doubled blur radius ↞ [auto-sync from adamlui/chatgpt-apps]
Doubled length of Shuffle button answers ↞ [auto-sync from adamlui/chatgpt-apps]
Moved config init before settings for readability ↞ [auto-sync from adamlui/chatgpt-apps]
config
settings
Stripped trailing slash from app.urls.assetHost for readability ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.assetHost
Moved menu objs/functions into menu obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
menu
Bumped chatgpt.js to 3.3.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced .test(location) w/ .test(location.href) for clarity and performance ↞ [auto-sync from adamlui/chatgpt-apps]
.test(location)
.test(location.href)
Shortened <window|document>.location to location ↞ [auto-sync from adamlui/chatgpt-apps]
<window|document>.location
location
Moved config.userLocale init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
config.userLocale
Object.assign()
Moved config.userLanguage init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]
config.userLanguage
Moved safeWindowOpen() inside modals, shortened name ↞ [auto-sync from adamlui/chatgpt-apps]
safeWindowOpen()
modals
Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls.update
Updated log highlighting to ignore lowercase state words ↞ [auto-sync from adamlui/chatgpt-apps]
Enclosed fail flags in detection logs in quotes for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Shortened env.browser.isFirefox to env.browser.isFF ↞ [auto-sync from adamlui/chatgpt-apps]
env.browser.isFirefox
env.browser.isFF
Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps]
env.userscriptManager
env.scriptManager
Merged getUserscriptManager() calls + browser into env for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
getUserscriptManager()
browser
env
Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]
Set cursor to dragging during modal click-drag ↞ [auto-sync from adamlui/chatgpt-apps]
Moved XHR init before 1st use for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Moved style update methods inside update.style for readability ↞ [auto-sync from adamlui/chatgpt-apps]
update.style
Corrected param refs in schemeNotify() ↞ [auto-sync from adamlui/chatgpt-apps]
schemeNotify()
Moved browser/UI props into obj for readability/scalability ↞ [auto-sync from adamlui/chatgpt-apps]
Removed logging from reliable appAlert() for cleaner console ↞ [auto-sync from adamlui/chatgpt-apps]
appAlert()
Changed proxy 200 response failure log label in dataProcess.text() to more accurate 'Response text' ↞ [auto-sync from adamlui/chatgpt-apps]
dataProcess.text()
Changed non-200 response log in dataProcess.text() to show text ↞ [auto-sync from adamlui/chatgpt-apps]
Updated log.regEx refs ↞ [auto-sync from adamlui/chatgpt-apps]
log.regEx
Added coloring of state words in logs for improved readability
± Renamed log.regEx key names to more accurate ones ↞ [auto-sync from adamlui/chatgpt-apps]
Re-organized function defs for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.3.0 ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced String.match() in dataProcess methods w/ faster RegExp.exec() ↞ [auto-sync from adamlui/chatgpt-apps]
String.match()
dataProcess
RegExp.exec()
Moved factory function defs up to support early calls ↞ [auto-sync from adamlui/chatgpt-apps]
Moved factory functions into create obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]
create
Disabled button animations when FG Animations setting disabled ↞ [auto-sync from adamlui/chatgpt-apps]
Refactored exposed timing vals of show.copyBtns() to local consts for clarity ↞ [auto-sync from adamlui/chatgpt-apps]
show.copyBtns()
Condensed browser flags init ↞ [auto-sync from adamlui/chatgpt-apps]
Corrected alertP.id init ↞ [auto-sync from adamlui/chatgpt-apps]
alertP.id
Added mouse down/up styles to corner buttons
± Re-ordered/named CSS props for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Enlarged log app name prefix font size in FF ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.2.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Abstracted URLs into app.urls for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]
app.urls
Corrected failMatch init syntax ↞ [auto-sync from adamlui/chatgpt-apps]
failMatch
Show all script versions