DuckDuckGPT 🤖

يضيف إجابات ChatGPT إلى شريط البحث الجانبي في DuckDuckGo (مدعوم بواسطة GPT-4o!)

هذه إصدارات لهذا البرنامج النصي حيث تم تحديث الكود. عرض كل الإصدارات.

  • v2024.6.10.10 10-06-2024

    Re-anchored Auto-Scroll to above related queries + disabled outside Streaming Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.9 10-06-2024

    Condensed <add|remove>EvenListener()s ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.8 10-06-2024

    Limited tooltips to desktop users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.7 10-06-2024

    Added base to parseInt()s for explicit radix ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.6 10-06-2024

    Re-sized/padded chatbar, updated autosizeChatbar() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.5 10-06-2024

    Added auto-close to Streaming Mode Unavailable in OpenAI alert on proxy toggle click ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.4 10-06-2024

    Removed no-longer necessary conditions from chatbar auto-focus since appShow() update ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.3 10-06-2024

    Fixed Auto-Scroll mode to work w/ updated appShow() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.2 10-06-2024

    Added scroll-to-top on mobile if user interacted ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.1 10-06-2024

    Moved augmentQuery() from handleRQevent() to handleSubmit() for more logical flow

    • Eliminated yourReply in handleSubmit() containing redundant language augment ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.6.10 10-06-2024

    Added query augment stripping to handleSubmit() in appShow() + get/show related queries in getShowReply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.10 10-06-2024

    Refined math query augment ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.9 10-06-2024

    Increased no proxy response timeout before tryDiffAPI() +2s if not streaming

    ... since text processing of finished stream response takes longer ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.8 10-06-2024

    Added spacing if multi-msgs passed to appAlert() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.7 10-06-2024

    Shrank rendered markdown headings, added h3 styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.6 10-06-2024

    Overhauled appShow() to only build elems if missing for improved efficiency in Streaming Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.5 10-06-2024

    Removed no-longer needed // eslint-disable-line no-undefs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.4 10-06-2024

    Fixed math to always render ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.3 10-06-2024

    Abstracted augmentQuery(), augmented related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.2 09-06-2024

    Modified .ddgpt > pre ul margin to prevent occasional h-scrollbar appearance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.1 09-06-2024

    Reduced gap preceding 'View changes' link in Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9 09-06-2024

    Title-cased foundState entries in appAlert() to correct switchPhrase init + shorten routine ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.6 08-06-2024

    Renamed alert() to siteAlert() to avoid potential namespace conflicts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.5 08-06-2024

    Added proxy toggle suggestion to 429 errs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.4 08-06-2024

    Removed test comment delimiters ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.3 08-06-2024

    Condensed hyperlink routine in appAlert() + refined fallback in foundState detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.2 08-06-2024

    Replaced all appendChild() w/ shorter append() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8.1 08-06-2024

    Disabled chatbar auto-focus in standby mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.8 08-06-2024

    Added ease transition to corner button hover, removed unnecessary !important in CSS, re-ordered style props for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.7 06-06-2024

    Replaced 'alert' w/ 'modal' in modal ID var names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.6 06-06-2024

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

  • v2024.6.6.5 06-06-2024

    Corrected elem selector in launchAboutModal() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.4 06-06-2024

    Shortened 'button' in class/var names to 'btn' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.2 06-06-2024

    Added // @noframes for compatibility w/ frame-injecting scripts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.1 06-06-2024

    Added scheme selection modal + darkmode modal button hover styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6 06-06-2024

    Abstracted refreshMenu() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.6 05-06-2024

    Added Chinese ?as eligible suffix for Suffix Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.5 05-06-2024

    Disabled Auto-Scroll menu item + auto-focus chatbar on mobile to avoid auto-popup OSD keyboard ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.4 05-06-2024

    Tightened timing of getShowReply.received in processStream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.3 05-06-2024

    Added 3s timeout to proxy API requests before retryDiffAPI() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.2 05-06-2024

    Made scrollbars thin in Firefox ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5 05-06-2024

    Corrected condition for detecting if user replied for chatbar auto-focus ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.14 05-06-2024

    Removed markdown prompt from GPTforLove's payload.systemMessage for nicer formatted output ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.13 05-06-2024

    Added Streaming Mode menu toggle visibility to unsupported users w/ info alert on click ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.12 05-06-2024

    Corrected spacebar key name for FF pre-v37 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.11 05-06-2024

    Added fallback event.keys + event.keyCodes to widen compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.10 05-06-2024

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.9 05-06-2024

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.8 04-06-2024

    Added Auto-Scroll mode, fixed auto-focus chatbar only if app above fold or user replied to non-stream ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.7 04-06-2024

    Moved site notification style from updateTweaksStyle() to updateAppStyle() ↞ [auto-sync from adamlui/chatgpt-apps]

Show all script versions