ChatGPT Pembaruan Otomatis ↻

*AMAN* menghapus batas obrolan 10 menit, *kesalahan jaringan yang konstan*, dan pemeriksaan Cloudflare dari ChatGPT.

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v2024.5.15.5 16 Mei 2024

    Updated homepage/support URLs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.15.4 15 Mei 2024

    Updated icon meta to media.chatgptautorefresh.com URLs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.15.3 15 Mei 2024

    Updated latest asset commit hash in config.assetHostURL ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.15.2 15 Mei 2024

    Removed no longer needed first button padding tweak from insertToggle() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.15.1 15 Mei 2024

    Updated selectors in insertToggle() to account for sporadic invisible elem ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.15 15 Mei 2024

    Eliminated reliance on English in selectors to support non-English UIs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.14 14 Mei 2024

    Removed auto-reload ChatGPT on update to preserve prev sessions ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.11 11 Mei 2024

    Bumped chatgpt.js to 2.7.1 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.10 11 Mei 2024

    Inserted latest assset commit hash to config.assetHostURL to preserve potentially deleted assets ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.9 09 Mei 2024

    Bumped chatgpt.js to 2.7.0 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.8 08 Mei 2024

    Added doc URL as header comment ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.7.1 08 Mei 2024

    Added Greasy Fork install/help button SVGs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.7.1 08 Mei 2024

    Restricted global msg fetching to non-English sys lang env for faster load ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.7 07 Mei 2024

    Bumped chatgpt.js to 2.6.10 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.3.1 04 Mei 2024

    Re-added // @match *://chat.openai.com/* in case OpenAI changes mind again in future ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.3 03 Mei 2024

    Updated @match domain from chat.openai.com to chatgpt.com ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.2 02 Mei 2024

    Removed unnecessary branch names from icon meta URLs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.1.3 01 Mei 2024

    Replaced raw.githubusercontent.com URLs w/ cdn.jsdelivr.net ones ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.1.2 01 Mei 2024

    Bumped chatgpt.js to 2.6.9 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.1.1 01 Mei 2024

    Removed outdated chatgpt.history.isOff() conditions/logic ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.5.1 01 Mei 2024

    Removed unicode from meta ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.4.27 27 April 2024

    Refactored msg fetcher for readability + if en/messages.json ever goes missing

    • Shortened const messages to msgs ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2024.4.4 05 April 2024

    Bumped chatgpt.js to 2.6.8 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.3.5.4 06 Maret 2024

    Bumped chatgpt.js to 2.6.7 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.3.5.3 05 Maret 2024

    Added hyphens to script name regex in config.updateURL ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.3.5.2 05 Maret 2024

    Further reduced potential for backtracking in config.updateURL regex ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.3.5.1 05 Maret 2024

    Improved regex

    ± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups

    • Removed unnecessary escape char from config.updateURL regex ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2024.3.5 05 Maret 2024

    Increased specificity in regex group to eliminate potential for polynomial backtracking ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.3.1 01 Maret 2024

    Bumped chatgpt.js to 2.6.6 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.26.1 26 Februari 2024

    Added truncation to toggle label (adamlui/chatgpt-apps#30) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.26 26 Februari 2024

    Removed unicode from meta ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.23 23 Februari 2024

    Bumped chatgpt.js to 2.6.5 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.17 17 Februari 2024

    Added SRI hash to chatgpt.js ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.9 10 Februari 2024

    Eliminated toCamelCase(str) ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.6 09 Februari 2024

    Shrank toggle glow radius ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.5 09 Februari 2024

    Added hiding of sidebar gradient div in private mode ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.4 08 Februari 2024

    Corrected navicon src path ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.3 08 Februari 2024

    Update chatgpt-auto-refresh.user.js ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.2 08 Februari 2024

    Added background to toggle parent to hide chat log ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8.1 08 Februari 2024

    Added light mode navicon ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.2.8 08 Februari 2024

    Converted unnecessary template literal to string literal ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.1.28.1 28 Januari 2024

    Replaced chatgpt.js import URL w/ npm one ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.1.28 28 Januari 2024

    Bumped chatgpt.js to 2.6.4 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2024.1.9.1 09 Januari 2024

    // @version bump to trigger failed GF auto-sync ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.12.23 23 Desember 2023

    Bumped chatgpt.js to 2.6.3 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.12.10 10 Desember 2023

    Replaced all .appendChild()'s w/ .append()'s to shorten codebase ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.12.8 09 Desember 2023

    Merged re_firstLinkText + re_firstButton, moved init up

    • Shortened updateButtons to updateBtns ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2023.12.7 08 Desember 2023

    Updated sidebar btn selector for free users

    ± Bumped chatgpt.js to 2.6.2 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.12.3.1 04 Desember 2023

    Bumped chatgpt.js to 2.6.1 ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.12.3 03 Desember 2023

    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]

Tampilkan semua versi skrip