יצרו תשובות אינסופיות מה-ChatGPT המבין הכל (בכל שפה!)
יש גרסאות של סקריפט זה עם קוד מעודכן. הצג את כל הגרסאות
Bumped chatgpt.js to 2.5.0, replaced isMobiileDevice()
isMobiileDevice()
... w/ chatgpt.browser.isMobile() ± Updated mobile toggle switch position
chatgpt.browser.isMobile()
Shortened error args
Tightened/loosened equality comparisons
Removed unused isFireFox()
isFireFox()
Moved toggle styling inline, renamed elem var names
Adjusted Firefox toggle pos, replaced .slider w/ .switch
.slider
.switch
± Re-ordered toggle label before switch
Positioned mobile toggle
Bumped chatgpt.js to 2.4.3 to update regenerate btn selector
Replaced .className ='s w/ more performant .classList.add()'s
.className =
.classList.add()
...when number of classes to add is low
Bumped chatgpt.js to 2.4.2
Bumped chatgpt.js to 2.4.1
Removed old while condition from reply topic prompt routine
while
Prepended const to str_replyTopic
const
str_replyTopic
Removed no-num validation from reply topic prompt
Re-added await chatgpt.history.isLoaded() to insertToggle()
await chatgpt.history.isLoaded()
insertToggle()
...when isGizmoUI since 1st call for styles is async
isGizmoUI
Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
Replaced .match() w/ faster method
.match()
Updated download/update URLs
Removed await chatgpt.history.isLoaded() from insertToggle()
Replaced chatHistoryIsLoaded() w/ chatgpt.history.isLoaded()
chatHistoryIsLoaded()
chatgpt.history.isLoaded()
Narrowed update alerts
Added English fallbacks to localized messages
Bumped chatgpt.js to 2.4.0
Removed semicolons
Refactored code to work w/ new UI + replace outdated styles
± Bumped chatgpt.js to 2.3.19
()
toggleLabel
Bumped chatgpt.js to 2.3.18
Bumped chatgpt.js to 2.3.17
Defined launchAboutModal(), added nav back on no update found
launchAboutModal()
± Re-ordered script/menu function defs
Bumped chatgpt.js to 2.3.16
Bumped chatgpt.js to 2.3.15
Bumped chatgpt.js to 2.3.14
Bumped chatgpt.js to 2.3.13
Added delay to menu load for Chrome extension load to beat VM
Bumped chatgpt.js to 2.3.12
Bumped chatgpt.js to 2.3.11, removed alert button hover styles
Added array fallback to chatgptJSver, moved index extraction out
chatgptJSver
Lightened toggle-on bg
Added glow to toggle-on
Re-colored toggle-on bg purple
Bumped chatgpt.js to 2.3.10
Bumped chatgpt.js to 2.3.9
Bumped chatgpt.js to 2.3.8
Narrowed About dialog
Bumped chatgpt.js to 2.3.7
Added new About dialog buttons + alert styles
config.supportURL
Localized About + Review dialog messagse
Added messages.appName to confirmation alerts
messages.appName
Bumped chatgpt.js to 2.3.5
Removed deprecated GitHub button localization
Show all script versions