DuckDuckGPT 🤖

Pridáva odpovede AI do DuckDuckGo (poháňané GPT-4o!)

Zoznam všetkých verzií tohto skriptu. Zobraziť iba verzie skriptu, u ktorých došlo k zmene.

  • v2024.8.19.3 19.08.2024

    Condensed log.err() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19.2 19.08.2024

    Added optional chaining in show.reply() to accommodate empty 1st chunks when streaming ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19.1 19.08.2024

    Replaced passing of logPrefix in log function calls w/ log.prefix ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19 19.08.2024

    Moved log functions into obj for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.14 19.08.2024

    Limited footer offset to desktop ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.13 19.08.2024

    Fixed footer offset when loading 2nd+ replies ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.12 19.08.2024

    Added stripping of dark scheme '>> ' from replies when clicking Copy button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.11 19.08.2024

    Added failFlagsAndURLs init to dataProcess.stream(), changed .test() target to more precise textToShow ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.10 19.08.2024

    Eliminated reliance on deprecated global event ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.9 19.08.2024

    Moved reply Copy button up/right, renamed .copy-icon to .copy-btn ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.8 19.08.2024

    Fixed copy icon sometimes didn't update to checkmarks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.7 18.08.2024

    Moved styles from show.copyBtns() to appStyles to support live update w/ scheme changes

    ± Refactored update.scheme() to match routine order in other KudoAI scripts for easier maintenance ± Replaced deprecated SVG className w/ classList.add()

    • Removed unneeded braces ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.18.6 18.08.2024

    Abstracted dataProcess.initFailFlags(api) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.5 18.08.2024

    Renamed str to url in escapedAPIurls for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.4 18.08.2024

    Removed erroneously added footerContent arg in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.3 18.08.2024

    Fixed Copy buttons didn't show when Streaming disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.2 18.08.2024

    Added caller/function log prefix to dataProcess.stream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.1 18.08.2024

    Re-added erroneously deleted accumulatedChunks assignment to dataProcess.stream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18 18.08.2024

    Improved dataProcess methods

    ± Added endpoint + expected origin URL detection in response for all APIs to try diff API ± Condensed dataProcess.text()

    • Removed unneeded throw ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.17.3 17.08.2024

    Added type conversion to consoleErr() to prevent uncaught exceptions in TM (Tampermonkey/tampermonkey#2158) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17.2 17.08.2024

    Changed err.message unsupported by GM XHR onerror to err ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17.1 17.08.2024

    Refactored show.reply() to use forEach loop for dynamic button creation ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17 17.08.2024

    Improved update.tooltip() for easier maintenance

    ± Added chatbarBtnTypes ± Replaced regex in update pos routine w/ cornerBtnTypes check

  • v2024.8.16.9 17.08.2024

    Shortened buttonType to btnType in update.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.8 17.08.2024

    Added insufficient balance as Free Chat API fail flag ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.7 17.08.2024

    Added Streaming switch state update w/ Proxy toggle + on Settings open ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.6 16.08.2024

    Added Copy buttons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.5 16.08.2024

    Added 'invalid_request_error' to Free Chat API fail flags ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.4 16.08.2024

    Separated appAlert() arg in dataProcess.text() into 2 for proper handling ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.3 16.08.2024

    Alphabetizezd dataProcess methods for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.2 16.08.2024

    Updated dataProcess.stream() to only use fail flags from active API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.1 16.08.2024

    Tweaked rqPrompt to avoid AIchatOS detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16 16.08.2024

    Refined get methods to time-out call api.tryNew() only if no prev err + untried APIs remain ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.15.1 16.08.2024

    Removed unnecessary braces ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.15 16.08.2024

    Moved rqPrompt init out of return statement in get.related(queries) for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.13 13.08.2024

    Removed erroneous leading in ↞ [auto-sync from ]

  • v2024.8.12.1 13.08.2024

    Shortened Review button label in About modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.12 12.08.2024

    Updated Free Chat API endpoint URL ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.9 10.08.2024

    Reversed ternary in rqPrompt for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8.5 08.08.2024

    Merged standby/auto-get tooltip ctrAddend + spreadFactor in update.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8.4 08.08.2024

    Excluded toggles/borders from opacity dim of disabled settings ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8.3 08.08.2024

    Updated button label msg key names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8.2 08.08.2024

    Added error catching to Sogou TTS for buffer errors

    ± Prepended 'sgt' to Sogou var names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8.1 08.08.2024

    Shortened rqPrompt when using Free Chat API to avoid long prompt detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.8 08.08.2024

    Added font size tooltip to slider thumb ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.7.6 08.08.2024

    Consolidated openAIendpoints into apis.OpenAI.endpoints ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.7.5 08.08.2024

    Added free credit fail flag for Free Chat API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.7.4 08.08.2024

    Prepended '>> ' to dark scheme replies to emulate terminal since speech balloon tip missing ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.7.3 08.08.2024

    Moved fail flags from dataProcess methods to apis

    ± Replaced AIchatOS key ref w/ caller.api for easier maintenance ± Updated GPTforLove condition to rely on new failFlags from apis ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.7.2 07.08.2024

    Hid GitHub button if Feedback modal summoned from About modal ↞ [auto-sync from adamlui/chatgpt-apps]

Zobraziť všetky verzie skriptu