Greasy Fork is available in English.

ChatGPT Otomatik Yenileme ↻

*GÜVENLİ BİR ŞEKİLDE* 10 dakikalık sohbet sıfırlamalarını, sürekli ağ hatalarını ve Cloudflare kontrollerini ChatGPT'ten kaldırın.

Bunlar bu scriptin güncellenmiş kod versiyonlarıdır. Bütün versiyonları göster.

  • v2023.8.12 12.08.2023

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

  • v2023.8.9.1 09.08.2023

    Converted tabs to spaces ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.8.9 09.08.2023

    Removed update auto-alert, changed config.updateURL

    ± Replaced messages.link_viewChanges w/ string ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.8.4 04.08.2023

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

  • v2023.7.31 31.07.2023

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

  • v2023.7.29.1 29.07.2023

    Removed locale from config.greasyForkURL ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.29 29.07.2023

    Added About modal, added/renamed vars/functions

    • Added safeWindowOpen() + config.greasyForkURL ± Renamed config.ghRepoURL to config.githubURL ± Renamed checkForUpdates() to updateCheck() to not conflict w/ named function for modal button ± Moved updateCheck() into new About modal
    • Refactored config.updateURL to use config.greasyForkURL ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2023.7.28 29.07.2023

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

  • v2023.7.26 26.07.2023

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

  • v2023.7.20 21.07.2023

    Replaced for loop in menu refresh w/ for-of one ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.19 19.07.2023

    Replaced ternary w/ OR operation in notify() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.17 17.07.2023

    Updated menu refreshes w/ braces + for-of loop ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2023.7.15.1 15.07.2023

    Replaced string matching of regex w/ faster method ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2023.7.15 15.07.2023

    Added noopener rel to prevent backdoor attacks ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.14 14.07.2023

    Bumped chatgpt.js to 2.0.0, added chatgpt.getUserLanguage() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.11 11.07.2023

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

  • v2023.7.9 10.07.2023

    Changed config.prefix, condensed settings functions ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.7.4 05.07.2023

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

  • v2023.7.2 03.07.2023

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

  • v2023.6.30 30.06.2023

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

  • v2023.6.29 29.06.2023

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

  • v2023.6.26 26.06.2023

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

  • v2023.6.24.3 24.06.2023

    Changed update check frequency to weekly ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.6.24.2 24.06.2023

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

  • v2023.6.24.1 24.06.2023

    Shortened regex in Update Available alert ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.6.24 24.06.2023

    Refactored code, improved Update button, updated meta

    ± Added/update name/description meta

    • Added config.ghRepoURL ± Replaced config.ghHostDir w/ config.assetHostURL
    • Condensed message getter ± Re-ordered function defs ± Added config.ghRepoURL to update alert ± Replacedwindow.open()in Update button function w/GM_openInTab()foronClosecallback ↞ [auto-sync fromadamlui/chatgpt-auto-refresh`]
  • v2023.6.22.3 23.06.2023

    Added update/download URL meta + config.updateURL...

    • Shortened checkForUpdates() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2023.6.22.2 23.06.2023

    Re-ordered meta, added msgHostDir into let msgHref ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.6.22.1 23.06.2023

    Added const msgHostDir, condensed code ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.6.22 23.06.2023

    Improved version comparison, updated alert, refactored code

    ± Moved appSymbol + configPrefix into config ± Added config.ghHostDir ± Converted var's to const & let ± Moved stateSymbol, stateWord+stateSeparatorintostate ± Converted callbacks into arrow functions ± ShortenedcheckForUpdates()` + increased accuracy of comparison routine

    • Added title to interval setting confirmation, moved msg to body
    • Added newlines to insertToggle() for readability
    • Shortened updateToggleHTML() ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2023.6.19.1 19.06.2023

    Added auto-reload on auto-update

  • v2023.6.19 19.06.2023

    Re-formatted Update Available alert

  • v2023.6.18 19.06.2023

    Updated sidebar toggle, renamed observer + IDs

    ± Eliminated double-toggle on switch clicks

    • Disabled user selection of toggle label ± Removed reliance on innerHTML to mitigate XSS vulnerability ↞ [auto-sync from adamlui/chatgpt-auto-refresh]
  • v2023.6.17 18.06.2023

    Moved reset of skipNextUpdate to before auto-alert ↞ [auto-sync from adamlui/chatgpt-auto-refresh]

  • v2023.6.15 15.06.2023 Bumped chatgpt.js to 1.10.1 ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.13.2 14.06.2023 Re-formatted Update Available alert ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.13.1 14.06.2023 Added ID return to `alert()` ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.13 14.06.2023 Added `notify()` + `alert()` ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.10 11.06.2023 Replaced `fetch` method w/ `gm` one in `checkForUpdates()`... ...to futureproof vs. OpenAI CORS ± Moved 'view changes' link to new line & removed positioning ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.9.1 09.06.2023 Removed `var updateAlertID` ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.9 09.06.2023 Added auto/manual update checking + `var appSymbol` ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.8 08.06.2023 Bumped chatgpt.js to 1.9.0 ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.5 06.06.2023 Vertically condensed code ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.3 03.06.2023 Bumped chatgpt.js to 1.8.0 ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.2.1 02.06.2023 Added toggle margins ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.2 02.06.2023 Updated toggle style/insertion to work w/ UI update, bumped chatgpt.js to 1.7.5 ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.6.1 01.06.2023 Bump chatgpt.js to 1.7.3 ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.5.30 31.05.2023 Changed `configKeyPrefix` to `configPrefix` ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.5.23.2 24.05.2023 Updated menu refreshes ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]
  • v2023.5.23.1 24.05.2023 Update chatgpt-auto-refresh.user.js ↞ [auto-sync from `adamlui/chatgpt-auto-refresh`]

Tüm komut dosyası sürümlerini göster