Greasy Fork is available in English.

DuckDuckGPT 🤖

DuckDuckGo에 AI 답변을 추가합니다(GPT-4o 제공!)

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v2014.9.14 2024-09-14

    Moved XHR init before 1st use for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.10 2024-09-14

    Moved style update methods inside update.style for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.9 2024-09-13

    Corrected refs in schemeNotify() + handleSchemeChange() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.8 2024-09-13

    Moved browser/UI props into obj for readability/scalability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.7 2024-09-13

    Eliminated isCenteredMode() def for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.6 2024-09-13

    Reduced top-padding of rendered markdown ol's ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.5 2024-09-13

    Removed logging from reliable appAlert() for cleaner console ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.4 2024-09-13

    Changed proxy 200 response failure log label in dataProcess.text() to more accurate 'Response text' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.3 2024-09-13

    Changed non-200 response log in dataProcess.text() to show text ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.2 2024-09-13

    Updated log.regEx refs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13.1 2024-09-13

    Added coloring of state words in logs for improved readability

    ± Renamed log.regEx key names to more accurate ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.13 2024-09-13

    Re-organized function defs for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.12.3 2024-09-12

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

  • v2014.9.12.2 2024-09-12

    Replaced String.match() in dataProcess methods w/ faster RegExp.exec() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.12.1 2024-09-12

    Moved factory function defs up to support early calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.12 2024-09-12

    Moved factory functions into create obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.11.3 2024-09-11

    Disabled button animations when FG Animations setting disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.11.2 2024-09-11

    Refactored exposed timing vals of show.copyBtns() to local consts for clarity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.11.1 2024-09-11

    Condensed browser flags init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.11 2024-09-11

    Added mouse down/up styles to corner buttons

    ± Re-ordered/named CSS props for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.11 2024-09-11

    Removed erroneouosly added non-existent icon method from update.scheme() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.10 2024-09-11

    Corrected logo/icon method names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.9 2024-09-10

    Enlarged log app name prefix font size in FF ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.8 2024-09-10

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

  • v2014.9.10.7 2024-09-10

    Abstracted URLs into app.urls for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.6 2024-09-10

    Corrected failMatch init syntax ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.5 2024-09-10

    Added logging of exact fail flag if matched to dataProcess methods

    ± Changed log.info() to log.debug() for cleaner console when Debug Mode off ± Changed log labels 'Response' to more specific 'Response text' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.4 2024-09-10

    Moved get.userscriptManager() def back out to hoist for early config init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.3 2024-09-10

    Wrapped session functions in session for readability, shortened names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10.2 2024-09-10

    Moved getUserscriptManager() into get + alphabetized methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.10 2024-09-10

    Added Debug Mode, improved logging

    ± Limited logging to errors when Debug Mode off ± Expanded log methods to accept unlimited args ± Added coloring to log methods

    • Added app symbol to log prefix
    • Removed separator from log prefix ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.9.7.7 2024-09-08

    Disabled ESLint for no-unused-vars in func sig for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.6 2024-09-08

    Condensed log method defs using loop ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.5 2024-09-08

    Added log.caller resets to log methods for unprefixed logs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.4 2024-09-08

    Moved log caller prefix separator inits from callers to log methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.3 2024-09-08

    Added background/colors to log prefixes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.2 2024-09-08

    Renamed log.prefix to log.caller since app name/symbol is prefix too ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.1 2024-09-07

    Moved browser flags into obj for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7 2024-09-07

    Separated static app data from config for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.6.1 2024-09-07

    Fixed Settings modal offset on click-drag ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.6 2024-09-06

    Shortened notif init in notify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.6 2024-09-06

    Added caller.status check to api.tryNew() to reduce checks pre-calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.13 2024-09-06

    Improved handleProcessCompletion() in dataProcess.text()

    ± Moved failFlagsAndURLs test inside to cover all APIs

    • Added caller.status check to eliminate unnecessary executions ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.9.5.12 2024-09-06

    Enabled placeholders in suggested answers + auto-highlight on click vs. auto-send

    ± Refined rqPrompt for precision in generating answers for correct role ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.11 2024-09-05

    Limited answer suggestions to reply questions only ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.10 2024-09-05

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

  • v2024.9.5.9 2024-09-05

    Added dismissal of active Font Size slider on Minimize/Restore button clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.8 2024-09-05

    Removed unneeded delay to fontSizeSlider.toggle('off') ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.7 2024-09-05

    Added modal elem styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.6 2024-09-05

    Replaced unused mutations arg w/ _ for readability ↞ [auto-sync from adamlui/chatgpt-apps]

모든 스크립트 버전 보기