あらゆる言語で全知のChatGPTから無限の回答を生成します!
コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示
Improved regex
± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups
msgHref.replace
config.updateURL
Eliminated potential for polynomial backtracking in regex
... by increasing specificity of capturing group
Added Whale as compatible browser
Bumped chatgpt.js to 2.6.6
Added truncation to toggle label (adamlui/chatgpt-apps#30)
Removed unicode from meta
Bumped chatgpt.js to 2.6.5
Added SRI hash to chatgpt.js
Shrank toggle glow radius
Added hiding of sidebar gradient div in private mode
Moved navicon.src assignment to insertToggle()
navicon.src
insertToggle()
... from updateToggle() to accomodate live scheme changes
updateToggle()
Added background to toggle parent to hide chat log
Updated navicon src
± Added light mode icon
± Replaced dark mode src w/ 32x32 icon
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
Added auto-casing to replyLanguage init for improved menu/alert aesthetics
replyLanguage
Shortened icon meta URLs
Added newline to notify() for readability
notify()
Added // @compatible kiwi
// @compatible kiwi
Bumped chatgpt.js to 2.6.3
Removed extraneous config.keyPrefix assignment
config.keyPrefix
Eliminated toCamelCase(str) to shorten codebase
toCamelCase(str)
Replaced all .appendChild()'s w/ .append()'s to shorten codebase
.appendChild()
.append()
Shortened button var names
Merged re_firstLinkText + re_firstButton, moved init up
re_firstLinkText
re_firstButton
Removed fallback returns from firstLink + firstButton
firstLink
firstButton
Fixed sidebar btn selector for free users (adamlui/chatgpt-infinity#17)
Bumped chatgpt.js to 2.6.2
Updated firstButton selector (adamlui/chatgpt-infinity#17)
Bumped chatgpt.js to 2.6.1
Made FF scrollbar skinny to not crop toggle
± Renamed chatgptAlertStyle to tweaksStyle ± Renamed alertStyleUpdated to tweaksStyleUpdated ± Renamed #chatgpt-alert-override-style to #tweaks-style
chatgptAlertStyle
tweaksStyle
alertStyleUpdated
tweaksStyleUpdated
#chatgpt-alert-override-style
#tweaks-style
Added base to parseInt()'s
parseInt()
Bumped chatgpt.js to 2.5.2
Renamed camelCase(input) to toCamelCase(str)
camelCase(input)
Added config.appName + camelCase(input)
config.appName
Converted un-interpolated template literal to string
Added conditions to hiding sidebar in infinityMode.activate()
infinityMode.activate()
...
Bumped chatgpt.js to 2.5.1, added sidebar hiding...
... to infinityMode.activate() for mobile usability ± Re-positioned mobile toggle switch
Removed delay from Chrome extension check
... since latest Chromium doesn't need it
Added condition before removing forced cloaking on toggle
Added optional chaining to 1st toggle icon selection for class assignment
Updated hash in chatgpt.js import URL
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
スクリプトのすべてのバージョンを表示