Greasy Fork is available in English.
*GÜVENLİ BİR ŞEKİLDE* 10 dakikalık sohbet sıfırlamalarını, sürekli ağ hatalarını ve Cloudflare kontrollerini ChatGPT'ten kaldırın.
Bunlar bu scriptin güncellenmiş kod versiyonlarıdır. Bütün versiyonları göster.
Further reduced potential for backtracking in config.updateURL regex ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
config.updateURL
adamlui/chatgpt-auto-refresh
Improved regex
± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups
msgHref.replace
Increased specificity in regex group to eliminate potential for polynomial backtracking ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.6.6 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added truncation to toggle label (adamlui/chatgpt-apps#30) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Removed unicode from meta ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.6.5 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added SRI hash to chatgpt.js ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Eliminated toCamelCase(str) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
toCamelCase(str)
Shrank toggle glow radius ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added hiding of sidebar gradient div in private mode ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Corrected navicon src path ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Update chatgpt-auto-refresh.user.js ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added background to toggle parent to hide chat log ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added light mode navicon ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Converted unnecessary template literal to string literal ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced chatgpt.js import URL w/ npm one ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.6.4 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
// @version bump to trigger failed GF auto-sync ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
// @version
Bumped chatgpt.js to 2.6.3 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced all .appendChild()'s w/ .append()'s to shorten codebase ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
.appendChild()
.append()
Merged re_firstLinkText + re_firstButton, moved init up
re_firstLinkText
re_firstButton
updateButtons
updateBtns
Updated sidebar btn selector for free users
± Bumped chatgpt.js to 2.6.2 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.6.1 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Made FF scrollbar skinny to not crop toggle
± Renamed chatgptAlertStyle to tweaksStyle ± Renamed alertStyleUpdated to tweaksStyleUpdated ± Renamed #chatgpt-alert-override-style to #tweaks-style ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
chatgptAlertStyle
tweaksStyle
alertStyleUpdated
tweaksStyleUpdated
#chatgpt-alert-override-style
#tweaks-style
Bumped chatgpt.js to 2.6.0, removed isGizmoUI ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
isGizmoUI
Bumped chatgpt.js to 2.5.2 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced callStack.match() w/ .exec(callStack)
callStack.match()
.exec(callStack)
... for impoved performance ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Renamed camelCase(input) to toCamelCase(str) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
camelCase(input)
Added config.appName + camelCase(input) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
config.appName
Renamed notifHidden to notifDisabled ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
notifHidden
notifDisabled
Bumped chatgpt.js to 2.5.1 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Re-positioned mobile toggle switch ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added condition before removing forced cloaking on toggle ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Added optional chaining to 1st toggle icon selection for class assignment ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Updated hash in chatgpt.js import URL ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.5.0, replaced isMobileDevice()
isMobileDevice()
... w/ chatgpt.browser.isMobile() ± Updated mobile toggle switch position ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
chatgpt.browser.isMobile()
Shortened error args ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Tightened/loosened equality comparisons ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Remove toggle label delayed sync ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Removed trailing comma ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Moved toggle styling inline
....to avoid sheet clashing w/ my other scripts ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Positioned mobile toggle ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced .className ='s w/ more performant .classList.add()'s
.className =
.classList.add()
...when number of classes to add is low ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.4.2 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Bumped chatgpt.js to 2.4.1 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Re-added await chatgpt.history.isLoaded() to insertToggle()
await chatgpt.history.isLoaded()
insertToggle()
...since 1st call for styles is async ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Updated download/update URLs
Replaced .match() w/ faster method ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
.match()
Updated update/download URLs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Tüm komut dosyası sürümlerini göster