DuckDuckGPT 🤖

Adds AI answers to DuckDuckGo (powered by GPT-4o!)

These are versions of this script where the code was updated. Show all versions.

  • v2024.7.3.11 2024-07-04

    Disabled drag activation when clicking on interactive UI elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.10 2024-07-04

    Added status icon to About modal's scheme row ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.9 2024-07-03

    Made icons.widescreen.update() arg optional, shortened .create() + toggle.sidebar() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.8 2024-07-03

    Made arg optional for icons.pin.update(), moved in .forEach() loop from toggle.sidebar() for arg-less call, shortened icons.pin.create() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.7 2024-07-03

    Renamed sidebar toggle icon IDs to more human readable ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.6 2024-07-03

    Renamed #app-logo to use app-specific prefix ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.5 2024-07-03

    Added optional target arg to app logo update method, shortened create method using new call ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.4 2024-07-03

    Replaced base64 in icons.ddgpt.create() w/ // @resource load ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.2 2024-07-03

    Added logos.ddgpt methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.1 2024-07-03

    Shrank About modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3 2024-07-03

    Added button glow ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.11 2024-07-03

    Added // @resource loading of logo b64 to update.appLogoSrc() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.10 2024-07-02

    Enlarged About header logo ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.9 2024-07-02

    Moved logo in About modal after close btn, centered/padded it ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.8 2024-07-02

    Eliminated logo pre-load/update.titleAnchor() since src inline + added logo to About modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.7 2024-07-02

    Reduced config.minFontSize to 11px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.6 2024-07-02

    Condensed/moved modals.settings.keyHandler up a level, moved document.onkeydown to near-end of main routine ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.5 2024-07-02

    Moved dragHandlers into modals for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.4 2024-07-02

    Moved mousedown listener for dragging from body to modal.init(), shortened handler ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.3 2024-07-02

    Made light scheme modal bg gradient more subtle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.2 2024-07-02

    Made dark scheme modal bg gradient more subtle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.1 2024-07-02

    Added white border to all dark scheme modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2 2024-07-02

    Added gradient bg to all modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.23 2024-07-02

    Added starry bg to all modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.22 2024-07-02

    Disabled mobile scrolling when swiping on modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.21 2024-07-02

    Abstracted modals.settings.clickHandler() up one level to support re-use in future modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.20 2024-07-02

    Added modals.hide() to easily re-use custom animation styles in future modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.19 2024-07-02

    Extended modals.init() actions, replaced bg CSS selectors w/ general ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.18 2024-07-02

    Slowed modal transitions, moved styles to more general selector ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.17 2024-07-02

    Made Settings modal's About status label ticker-scrolling toggle w/ Foreground Animations toggle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.16 2024-07-02

    Made modals click-draggable ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.15 2024-07-01

    Added chatgpt.js to About item in Settings + ticker scroll effect ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.14 2024-07-01

    Merged toggle.animations.bg() + toggle.animations.fg() into toggle.animations(layer) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.13 2024-07-01

    Fixed Auto scheme selection doesn't stick in memory or status label ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.12 2024-07-01

    Added starry bg to Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.11 2024-07-01

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

  • v2024.7.1.10 2024-07-01

    Corrected notification msg when picking Auto color scheme ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.9 2024-07-01

    Merged one-off update.stars() into update.scheme() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.8 2024-07-01

    Alphabetized update methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.7 2024-07-01

    Added update.scheme() for change listener + modals.scheme.show(), condensed code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.6 2024-07-01

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

  • v2024.7.1.5 2024-07-01

    Disabled text selection when dragging Font Size slider thumb ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.4 2024-07-01

    Raised Wider Sidebar button in Firefox ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.3 2024-07-01

    Added slight blue tint to dark scheme answer pre ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.2 2024-07-01

    Re-padded chatbar buttons to look nicer ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.1 2024-07-01

    Increased right-gap of Settings button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1 2024-07-01

    Re-styled dark scheme answer bubble ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.17 2024-07-01

    Tweaked related query bubble bg's to show bg dots most beautifully ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.16 2024-07-01

    Lightened dark scheme corner btn hover dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.15 2024-07-01

    Added option to disable foreground animations ↞ [auto-sync from adamlui/chatgpt-apps]

Show all script versions