⚡ استمر في توليد استجابات متعددة لـ ChatGPT تلقائيًا
هذه إصدارات لهذا البرنامج النصي حيث تم تحديث الكود. عرض كل الإصدارات.
Added // @match *://chatgpt.com/* to support new redirect
// @match *://chatgpt.com/*
Replaced raw.githubusercontent.com URLs w/ cdn.jsdelivr.net ones
Bumped chatgpt.js to 2.6.9
Refactored msg fetcher for readability + if en/messages.json ever goes missing
const messages
msgs
Bumped chatgpt.js to 2.6.8
Bumped chatgpt.js to 2.6.7
Added hyphens to script name regex in config.updateURL
config.updateURL
Further reduced potential for backtracking in config.updateURL regex
Improved regex
± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups
msgHref.replace
Eliminated potential for polynomial backtracking in regex
Shortened continueObserver
continueObserver
forEach
chatgpt.getContinueGeneratingButton().click()
Bumped chatgpt.js to 2.6.6
Eliminated reliance on button label for observer click
.... since localization can change it (adamlui/chatgpt-auto-continue#27)
Removed unicode from meta
Bumped chatgpt.js to 2.6.5
Added SRI hash to chatgpt.js
Replaced chatgpt.js import URL w/ npm one
Bumped chatgpt.js to 2.6.4
Updated copyright years ↞ [auto-sync from adamlui/chatgpt-apps]
adamlui/chatgpt-apps
Bumped chatgpt.js to 2.6.3
Replaced .appendChild() w/ .append() to shorten codebase
.appendChild()
.append()
Shortened updateButtons to updateBtns
updateButtons
updateBtns
Bumped chatgpt.js to 2.6.2
Bumped chatgpt.js to 2.6.1
Shortened arrow functions, removed toCamelCase(str)
toCamelCase(str)
Bumped chatgpt.js to 2.6.0
Bumped chatgpt.js to 2.5.2
Renamed camelCase(input) to toCamelCase(str)
camelCase(input)
Updated config key prefix var name in (load|save)Setting()
(load|save)Setting()
Shortened camelCase(input)
Added config.appName + camelCase(input)
config.appName
Renamed notifHidden to notifDisabled
notifHidden
notifDisabled
Bumped chatgpt.js to 2.5.1
Shortened error args
Tightened/loosened equality comparisons
Bumped chatgpt.js to 2.4.2
Bumped chatgpt.js to 2.4.1
Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
Replaced .match() w/ faster method
.match()
Updated download/update URLs
Narrowed update alerts
Added English fallbacks to localized messages
Bumped chatgpt.js to 2.4.0
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
Limited continueObserver to <main> (#10)
<main>
()
updateCheck()
GM.xmlHttpRequest({onload})
Show all script versions