DuckDuckGPT 🤖

Ajoute des réponses IA à DuckDuckGo (propulsé par GPT-4o!)

Ceci est la version du script où le code a été mise à jour. Présenter toutes les versions.

  • v2024.8.30.3 2024-08-31

    Refined rqPrompt to be less explicit for stealth ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30.2 2024-08-31

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

  • v2024.8.30.1 2024-08-30

    Trimmed 0px to 0 in CSS ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30 2024-08-30

    Removed get.reply.status check from xhr.onerror in get.reply() to accommodate Streaming Mode reader considers errors done ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.29.1 2024-08-29

    Bumped chatgpt.js to 3.1.0 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.29 2024-08-29

    Moved .no-mobile-tap-outline from corner btn spans to container div ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.28 2024-08-28

    Bumped chatgpt.js to 3.0.2 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.7 2024-08-28

    Appended exclamation mark to tooltip status on Copy btn clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.6 2024-08-27

    Bumped config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.5 2024-08-27

    Limited XHR request for msgs init to non-English user languages ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.4 2024-08-27

    Expanded queryisQuestion instructions in rqPrompt to Free Chat API

    • Added whitespace for readability ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.27.3 2024-08-27

    Improved prompt for fetching suggested answers to AI questions ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.2 2024-08-27

    Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.1 2024-08-27

    Eliminated iconParent from show.copyBtns() for brevity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27 2024-08-27

    Re-structured Copy btn elems to align w/ other btns, added status to tooltip on clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.26.1 2024-08-27

    Re-added erroneously deleted APIs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.26 2024-08-27

    Disabled notification on Copy button clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.15 2024-08-26

    Resized related query bubbles to fit content ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.14 2024-08-25

    Removed outdated CSS style ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.13 2024-08-25

    Disabled suggesting answers to questions if Shuffle button used ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.14 2024-08-25

    Fixed get.related() retries generate related questions vs. answers to questions ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.13 2024-08-25

    Improved arrayify() in dataProcess.text()

    ± Reverted to parsing lines by numbers to avoid prefaces

    • Included quotes after numbering in stripping ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.25.12 2024-08-25

    Improved arrayify() in dataProcess.text()

    • Added leading/trailing whitespace trimming of strList ± Simplified line parsing to rely on line breaks/anchor since numbering stripped anyway ± Improved accuracy of numbering/quotes-stripipng ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.25.11 2024-08-25

    Improved arrayify() in dataProcess.text()

    ± Strip double-asterisks anywhere in string ± Strip numbering even if quotes precede it ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.10 2024-08-25

    Removed background style from .no-mobile-tap-outline to accommodate co-existing styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.9 2024-08-25

    Expanded symbol-stripping of related queries to handle any qty of symbols ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.8 2024-08-25

    Abstracted .no-mobile-tap-outline class, expanded browser support ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.7 2024-08-25

    Disabled blue rectangles around buttons/logo on mobile taps ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.6 2024-08-25

    Added asterisk-stripping to related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.5 2024-08-25

    Merged conditional statements in handleSubmit() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.4 2024-08-25

    Converted regex group in dataProcess.text()'s arrayify() to non-capturing for improved performance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.3 2024-08-25

    Removed unneeded escape chars from rqPrompt ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.2 2024-08-25

    Fixed inaccurate visibleBtnCnt in update.tweaksStyle() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25.1 2024-08-25

    Added quote-stripping to related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.25 2024-08-25

    Disabled hover zoom fx on mobile ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.20 2024-08-24

    Fixed visibleBtnCnt didn't detect Minimize/Expand btns as hidden in un-anchored Standby mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.19 2024-08-24

    Removed no-longer used resolve arg from dataProcess.text() return ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.18 2024-08-24

    Abstracted icons.arrowDownRight ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.17 2024-08-24

    Enlarged Close button in Settings modal, abstracted icons.x ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.16 2024-08-24

    Eliminated lingering tip on Font Size slider dismissal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.15 2024-08-24

    Disabled auto-dismiss of Font Size slider on interactive elem clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.14 2024-08-24

    Corrected currentReply selector in show.related(queries) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.13 2024-08-24

    Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.12 2024-08-24

    Fixed related query balloons exceed app div bounds if suggestion too long ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.11 2024-08-24

    Removed auto-hide Font Size slider from show.reply() to support adjusting while streaming ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.10 2024-08-24

    Added reply balloon tip checks in fontSizeSlider.toggle() to accommodate unused in dark mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.9 2024-08-24

    Added label arg to log.info() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.8 2024-08-24

    Changed log.err()s of responses to log.info()s, removed no-longer needed JSON.stringify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.7 2024-08-24

    Added response log to Proxy Mode 200 response failures ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.24.6 2024-08-24

    Added directive to suppress ESLint no-unused-vars warning for readability ↞ [auto-sync from adamlui/chatgpt-apps]

Afficher toutes les versions de script