*EN TOUTE SÉCURITÉ* éliminez les réinitialisations de chat de 10 minutes + *les erreurs réseau constantes* et les vérifications Cloudflare de ChatGPT.
Voici les versions de ce script où le code a été modifié. Voir toutes les versions.
Eliminated unnecessary reliance on GM_openInTab ↞ [auto-sync from adamlui/chatgpt-apps]
GM_openInTab
adamlui/chatgpt-apps
Bumped config.latestAssetCommitHash
config.latestAssetCommitHash
Added glow to state word in notifs ↞ [auto-sync from adamlui/chatgpt-apps]
Added hover-zoom to modal buttons ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced Review modal w/ direct launch of GF since Futurepedia listing defunct ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.0.1 ↞ [auto-sync from adamlui/chatgpt-apps]
Bumped chatgpt.js to 3.0.0 ↞ [auto-sync from adamlui/chatgpt-apps]
Refined sidebar toggle elem positioning, made usable in Temporary Chat mode ↞ [auto-sync from adamlui/chatgpt-apps]
Updated parentToInsertInto in insertToggle() ↞ [auto-sync from adamlui/chatgpt-apps]
parentToInsertInto
insertToggle()
Styled state words in notifications ↞ [auto-sync from adamlui/chatgpt-apps]
Added white border to dark scheme chatgpt.alert()s ↞ [auto-sync from adamlui/chatgpt-apps]
chatgpt.alert()
Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps]
Added config.mediaHostURL ↞ [auto-sync from adamlui/chatgpt-apps]
config.mediaHostURL
Abstracted config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]
Condensed toggle update routine ↞ [auto-sync from adamlui/chatgpt-apps]
Unabbr'd + hyphen-cased ID names for readability ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced 'Favicon' w/ more semantic 'Navicon' in ID name ↞ [auto-sync from adamlui/chatgpt-apps]
Replaced .addEventListener()s w/ .on<event>s against best practices since it shortens codebase + widens browser compatibility ↞ [auto-sync from adamlui/chatgpt-apps]
.addEventListener()
.on<event>
Added // @contributionURL ↞ [auto-sync from adamlui/chatgpt-apps]
// @contributionURL
Renamed state to menuState for readability ↞ [auto-sync from adamlui/chatgpt-apps]
state
menuState
Changed all document.querySelector()s of IDs to use .getElementById for improved efficiency ↞ [auto-sync from adamlui/chatgpt-apps]
document.querySelector()
.getElementById
Corrected region-stripping regex in msgs getter ↞ [auto-sync from adamlui/chatgpt-apps]
Updated insertToggle() to target outside links/history div post-GPT-4o UI to bypass temp chat mode disables toggle ↞ [auto-sync from adamlui/chatgpt-apps]
Added base to parseInt()s for explicit radix ↞ [auto-sync from adamlui/chatgpt-apps]
parseInt()
Reduced gap preceding 'View changes' link in Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps]
Renamed modal var names + alert() to siteAlert()
alert()
siteAlert()
Abstracted refreshMenu() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
refreshMenu()
adamlui/chatgpt-apps/chatgpt-auto-refresh
Reverted condesning of int'l msg load request since recursively called ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
Added missing space in interval update confirmation msg ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
Replaced ?latest queries in media.chatgptjs.org URLs w/ ?main since repo has releases (jsdelivr/jsdelivr#18571) ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
?latest
media.chatgptjs.org
?main
Removed gap between 'v' & latestVer in update alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
latestVer
Moved 'View changes' link in update alert closer to msg ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
Replaced code in UI flag inits w/ chatgpt.js methods
Added () => before resolve(arg) in sidebar promise for proper delay ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
() =>
resolve(arg)
Inserted missing setTimeout into else statement of checkGPTsLinkLoaded() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
setTimeout
else
checkGPTsLinkLoaded()
Changed !/^en/.test(config.userLanguage) to !config.userLanguage.startsWith('en') for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
!/^en/.test(config.userLanguage)
!config.userLanguage.startsWith('en')
Partially uppercased top-level comments for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
Moved config.userLanguage init out of config init to support VM ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
config.userLanguage
config
Updated toggles to work w/ new simplified sidebar ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-auto-refresh]
Corrected chatgpt.sidebar.IsLoaded() call to chatgpt.sidebar.isLoaded() ↞ [auto-sync from adamlui/chatgpt-apps]
chatgpt.sidebar.IsLoaded()
chatgpt.sidebar.isLoaded()
Added OpenAI icon size variants ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
adamlui/chatgpt-auto-refresh
Appended commit hashes to icon meta URLs to preserve assets ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced sidebarIsLoaded() w/ chatgpt.sidebar.isLoaded() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
sidebarIsLoaded()
Bumped chatgpt.js to 2.9.2 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
Replaced .no-click-transform assignment w/ direct selector to reduce complexity ↞ [auto-sync from adamlui/chatgpt-apps]
.no-click-transform
Disabled distracting click zoom effect of sidebar button container ↞ [auto-sync from adamlui/chatgpt-apps]
Updated insertToggle() to insert below 'New Chat' in post-GPT-4o UI ↞ [auto-sync from adamlui/chatgpt-apps]
Reverted erroneously changed config.greasyForkURL to greasyfork.org URL ↞ [auto-sync from adamlui/chatgpt-apps]
config.greasyForkURL
Aligned sidebar navicon w/ ChatGPT icon in post-GPT-4o UI ↞ [auto-sync from adamlui/chatgpt-apps]
Afficher toutes les versions de script