DuckDuckGPT 🤖

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

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v2024.9.21.8 22/09/2024

    Moved msgs to app.msgs for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.7 22/09/2024

    Moved appAlerts to app.alerts + init before function defs for simplicity/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.6 22/09/2024

    Moved settingsProps to app.settings for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.5 21/09/2024

    Shrank Modal button fonts -1px to fit more text in Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.4 21/09/2024

    Shrank Debug/Animations icons in Settings/notifs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.3 21/09/2024

    Limited button click animations to About/Settings/Speak buttons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.2 21/09/2024

    Corrected chatbar button CSS values ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.1 21/09/2024

    Added reply link color styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21 21/09/2024

    Replaced .removeChild(elem) w/ elem.remove() to condense code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.8 20/09/2024

    Refactored button creation to use semantic <button> elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.7 20/09/2024

    Corrected CSS transition syntax ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.6 20/09/2024

    Fixed corner button hover zooms no longer smooth ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.5 20/09/2024

    Removed dark scheme link underline style ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.4 19/09/2024

    Removed Pin button click listener, simplified hover handler ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.3 19/09/2024

    Added pre-obs appDivContainer check in case already loaded ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.2 19/09/2024

    Moved CSS props away from selector lines of multi-line blocks for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.1 19/09/2024

    Tweaked v-pos of gradient BG when animations enabled

    ± Raised dark scheme graident +30px ± Lowered light scheme gradient -30px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19 19/09/2024

    Bumped version to 2024.9.19 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.19 19/09/2024

    Fixed Pin menu doesn't linger when mousing off Pin button in Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18.5 19/09/2024

    Renamed .balloon-tip to .reply-tip for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18.4 19/09/2024

    Applied classic styling when BG animations disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18.3 19/09/2024

    Increased gap between Related Queries, tweaked drop shadow

    ± Increased v-offset +1px ± Doubled blur radius ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18.2 19/09/2024

    Doubled length of Shuffle button answers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18.1 18/09/2024

    Moved config init before settings for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.18 18/09/2024

    Stripped trailing slash from app.urls.assetHost for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.16 16/09/2024

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

  • v2014.9.15.5 16/09/2024

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

  • v2014.9.15.4 16/09/2024

    Replaced .test(location) w/ .test(location.href) for clarity and performance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.15.3 16/09/2024

    Shortened document.location to location ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.15.2 15/09/2024

    Moved config.userLanguage init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.15.1 15/09/2024

    Moved safeWindowOpen() inside modals, shortened name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.15 15/09/2024

    Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.7 15/09/2024

    Updated log highlighting to ignore lowercase state words ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.6 15/09/2024

    Enclosed fail flags in detection logs in quotes for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.5 15/09/2024

    Shortened env.browser.isFirefox to env.browser.isFF ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.4 15/09/2024

    Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.3 15/09/2024

    Merged getUserscriptManager() calls + browser into env for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.2 15/09/2024

    Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14.1 14/09/2024

    Set cursor to dragging during modal click-drag ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2014.9.14 14/09/2024

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

  • v2014.9.13.10 14/09/2024

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

  • v2014.9.13.9 13/09/2024

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

  • v2014.9.13.8 13/09/2024

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

  • v2014.9.13.7 13/09/2024

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

  • v2014.9.13.6 13/09/2024

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

  • v2014.9.13.5 13/09/2024

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

  • v2014.9.13.4 13/09/2024

    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 13/09/2024

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

  • v2014.9.13.2 13/09/2024

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

  • v2014.9.13.1 13/09/2024

    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]

Afficher toutes les versions de script