Greasy Fork is available in English.
⚡ Continue gerando automaticamente várias respostas do ChatGPT
Estas são as versões deste script em que houve atualização do código. Mostar todas versões.
Added base to parseInt()'s
parseInt()
Removed protocol from // @match
// @match
Replaced source code emoji in about dialog
Combined const inits, updated about dialog style
const
Localized update alert button labels
Removed unnecessary escape character
Bumped chatgpt.js to 2.1.0
Removed const updateAlertID
const updateAlertID
Removed updateCheck.fromMenu from checkForUpdates()
updateCheck.fromMenu
checkForUpdates()
...since flag no longer useful w/ removal of auto-alert
Removed update auto-check, updated config.updateURL
config.updateURL
Updated continueObserver to work w/ UI change (#9)
continueObserver
Bumped chatgpt.js to 2.0.5
Removed locale from config.greasyForkURL
config.greasyForkURL
Added config.greasyForkURL + safeOpenWindow() + About modal
safeOpenWindow()
± Renamed checkForUpdates() to updateCheck() to not conflict w/ named function for modal button ± Moved updateCheck() into About modal
updateCheck()
Bumped chatgpt.js to 2.0.3
Bumped chatgpt.js to 2.0.2
Replaced for loop in menu refresh w/ for-of one
for
for-of
Replaced ternary w/ OR operation in notify()
OR
notify()
Replaced string matching of regex w/ faster method ↞ [auto-sync from adamlui/chatgpt-apps]
adamlui/chatgpt-apps
Added noopener rel to prevent backdoor attacks
noopener
Bumped chatgpt.js to 2.0.0, added chatgpt.getUserLanguage()
chatgpt.getUserLanguage()
Bumped chatgpt.js to 1.12.0
Changed config.prefix, condensed settings functions
config.prefix
Bumped chatgpt.js to 1.11.0
Bumped chatgpt.js to 1.10.6
Bumped chatgpt.js to 1.10.5
Bumped chatgpt.js to 1.10.4
Bumped chatgpt.js to 1.10.3
Changed update check frequency to weekly
Localized update alert messages
Bumped chatgpt.js
Bumped chatgpt.js, updated meta, refactored code, improved update alert
± Bumped chatgpt.js to 1.10.2 ± Re-organized function defs, condensed/expanded for readability ± Replaced config.ghHostDir w/ config.assetHostURL
config.ghHostDir
config.assetHostURL
config.ghRepoURL
window.open()
GM_openInTab()
onClose
Inserted config.ghHostDir into const msgHostDir
const msgHostDir
Replaced const i w/ let i
const i
let i
Re-ordered meta, refactored code, improved update checker
± Moved // @version down ± Moved configPrefix + appSymbol into config obj ± Added ghHostDir + updateURL to config
// @version
configPrefix
appSymbol
config
ghHostDir
updateURL
statSeparator
state
var
let
Improved update checker
± Replaced var's with const's ± Shortened by eliminating var data + whitespace ± Converted onLoad callback to arrow function ± Added early break out of comparison loop if up-to-date
var data
onLoad
Added auto-reload on auto-update ↞ [auto-sync from adamlui/userscripts]
adamlui/userscripts
Re-formatted Update Available alert ↞ [auto-sync from adamlui/userscripts]
Moved reset of skipNextUpdate to before auto-alert
skipNextUpdate
Mostrar todas as versões do script