Greasy Fork is available in English.

ChatGPT Vô cùng ∞

Tạo ra vô số câu trả lời từ ChatGPT thông minh (bằng bất kỳ ngôn ngữ nào!)

Đây là phiên bản của script này, nơi mã nguồn đã được cập nhật. Hiện tất cả các phiên bản.

  • v2024.6.26 26-06-2024

    Condensed toggle update routine ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.6.25.7 26-06-2024

    Bumped commit hash in config.assetHostURL

  • v2024.6.25.6 26-06-2024

    Unabbr'd + hyphen-cased ID names for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.6.25.5 26-06-2024

    Replaced 'Favicon' w/ more semantic 'Navicon' in ID name ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.6.25.4 25-06-2024

    Replaced invalid optional chaining w/ traditional if check

  • v2024.6.25.2 25-06-2024

    Added Auto-Start option, moved main routine down to support new early infinityMode.activate() calls

  • v2024.6.25.1 25-06-2024

    Shortened method defs of infinityMode using ES6 syntax

  • v2024.6.25 25-06-2024

    Added support for custom GPTs

  • v2024.6.24 24-06-2024

    Replaced .addEventListener()s w/ .on<event>s against best practices since it shortens codebase + widens browser compatibility ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.20 20-06-2024

    Added // @contributionURL ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.18 19-06-2024

    Renamed state to menuState for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.17 17-06-2024

    Changed all document.querySelector()s of IDs to use .getElementById for improved efficiency ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.6.16 17-06-2024

    Corrected region-stripping regex in msgs getter ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.12 13-06-2024

    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/chatgpt-infinity/edge]

  • v2024.6.9 09-06-2024

    Reduced gap preceding 'View changes' link in Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.8.1 08-06-2024

    Renamed alert() to siteAlert() to avoid potential namespace conflicts ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.6.8 08-06-2024

    Renamed modal ID var names for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.6 06-06-2024

    Abstracted refreshMenu() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.3.2 03-06-2024

    Reverted condesning of int'l msg load request since recursively called ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.3.1 03-06-2024

    Condensed int'l msg load request ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.3 03-06-2024

    Reversed order of state.symbol + state.word entries + ref logic for more intuitive usage ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.6.1 01-06-2024

    Condensed nodeObserver ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.5.31.1 31-05-2024

    Removed gap between 'v' & latestVer in update alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.31 31-05-2024

    Moved 'View changes' link in update alert closer to msg ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.26.1 26-05-2024

    Replaced firstLink init w/ chatgpt.getNewChatLink() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]

  • v2024.5.26 26-05-2024

    Replaced sidebar await w/ chatgpt.sidebar.isLoaded() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]

  • v2024.5.24.1 24-05-2024

    Bumped chatgpt.js to 2.9.3 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.24 24-05-2024

    Added () => before resolve(arg) in sidebar promise for proper delay ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]

  • v2024.5.23.9 24-05-2024

    Removed no longer needed transparency removal from sidebar div ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/opera]

  • v2024.5.23.8 24-05-2024

    Inserted missing setTimeout into else statement of checkGPTsLinkLoaded() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.7 24-05-2024

    Changed !/^en/.test(config.userLanguage) to !config.userLanguage.startsWith('en') for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.6 24-05-2024

    Partially uppercased top-level comments for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.5 24-05-2024

    Re-added support for sidebars w/ top links ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.4 23-05-2024

    Moved config.userLanguage init out of config init to support VM ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.3 23-05-2024

    Corrected extension flag name ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.2 23-05-2024

    Revised extension check to use Promise.race() for consistent reliability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23.1 23-05-2024

    Updated toggles to work w/ new simplified sidebar ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/greasemonkey]

  • v2024.5.23 23-05-2024

    Added timeouts to awaits of isLoaded promises for unhindered program flow ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-infinity/chrome]

  • v2024.5.20 20-05-2024

    Removed unneeded double negation from isGPT4oUI assignment ↞ [auto-sync from adamlui/chatgpt-apps/chrome]

  • v2024.5.17.6 18-05-2024

    Appended commit hashes to icon meta URLs to preserve assets

  • v2024.5.17.5 17-05-2024

    Replaced sidebarIsLoaded() w/ chatgpt.sidebar.isLoaded()

  • v2024.5.17.4 17-05-2024

    Bumped chatgpt.js to 2.9.2

  • v2024.5.17.3 17-05-2024

    Added sidebar toggle update on PV changes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.17.2 17-05-2024

    Moved sidebarIsLoaded() call up to properly detect Chromium extension ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.17.1 17-05-2024

    Replaced .no-click-transform assignment w/ direct selector to reduce complexity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.17 17-05-2024

    Disabled distracting click zoom effect of sidebar button container ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.16.3 17-05-2024

    Updated insertToggle() to insert below 'New Chat' in post-GPT-4o UI ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.16.2 17-05-2024

    Aligned sidebar navicon w/ ChatGPT icon in post-GPT-4o UI ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.16.1 17-05-2024

    Added post-GPT-4o UI support

  • v2024.5.16 17-05-2024

    Bumped chatgpt.js to 2.8.0

Hiển thị mọi phiên bản của script