DuckDuckGPT 🤖

Adiciona respostas de IA ao DuckDuckGo (desenvolvido por GPT-4o!)

Estas são as versões deste script em que houve atualização do código. Mostar todas versões.

  • v2024.8.4.7 05/08/2024

    Replaced show.reply.submitSrc w/ simpler .userInteracted, refined auto-focus conditions ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4.6 05/08/2024

    Improved api.createPayload() readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4.5 05/08/2024

    Added more LLMs from Free Chat

    • deepseek-llm-67b-chat
    • gemma2-9b-it
    • gpt-4o-mini-2024-07-18
    • llama3-70b-8192
    • mixtral-8x7b-32768
    • nous-hermes-2-mixtral-8x7b-dpo
    • qwen2-57b-a14b-instruct ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.4.4 04/08/2024

    Converted expectedOrigin API prop into obj of url + headers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4.3 04/08/2024

    Integrated Free Chat into api.createHeaders() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4.2 04/08/2024

    Added Free Chat API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4.1 04/08/2024

    Removed modal button underglow outright ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.4 04/08/2024

    Removed modal button underglow from mobile view ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.3 03/08/2024

    Updated GPTforLove encryption key ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.30.3 31/07/2024

    Raised app div dark bg gradient 15px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.30.2 31/07/2024

    Merged apiIDs into apis for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.30.1 31/07/2024

    Added mobile hidepoint for app byline ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.30 31/07/2024

    Stretched gradient of dark app div bg ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.29.3 29/07/2024

    Updated GPTforLove API encryption key, added more headers to api.createHeaders() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.29.2 29/07/2024

    Tweaked bg gradient stops to be fixed pos ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.29.1 29/07/2024

    Removed textToShow check from dataProcess.stream() to accomodate empty 1st chunks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.29 29/07/2024

    Corrected API name for MixerBox AI in api.createHeaders() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.27.1 27/07/2024

    Shortened // @antifeature ads description ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.27 27/07/2024

    Corrected // @version ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.27 27/07/2024

    Shortened obj function declarations for readability ↞ [auto-sync from adamlui/userscripts]

  • vcreateAppend() 27/07/2024

    Shortened obj function declarations for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.26.2 26/07/2024

    Added more headers to api.createHaders() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.26 26/07/2024

    Shortened dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.25.4 25/07/2024

    Added additional headers for MixerBox AI to api.createHeaders() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.25.3 25/07/2024

    Enlarged/added drop shadow to app icon in Settings ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.25.2 25/07/2024

    Removed no-longer working Webraft API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.25.1 25/07/2024

    Updated GPTforLove encryption key ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.25 25/07/2024

    Added glow to state word in notifs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.24 25/07/2024

    Reduced rectangular button hover-zooms ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.21.3 21/07/2024

    Fixed Settings modal sizing in QQ ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.21.2 21/07/2024

    Localized 'Version' in Settings modal About label ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.21.1 21/07/2024

    Added -webkit-mask-image fallbacks to CSS to widen browser compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.21 21/07/2024

    Replaced .toReversed() w/ much older .reverse() to widen compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.20.2 21/07/2024

    Expanded Auto-Scroll to work in Anchored mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.20.1 21/07/2024

    Added Tampermonkey Streaming Mode disclaimer to // @compatible vivaldi ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.20 20/07/2024

    -1px #ddgpt > pre ol bottom margin to rid v-scrollbar ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.9 20/07/2024

    Replaced non-global .match() w/ more performant .exec() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.8 20/07/2024

    Inverted boolean comparison in modals.settings.createAppend() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.7 20/07/2024

    Added event to menus.pin.toggle() sig to avoid use of deprecated global event ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.6 20/07/2024

    Added event to menus.pin.clickHandler() sig to avoid use of deprecated global event ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.5 20/07/2024

    Added event to modals.keyHandler() sig to avoid use of deprecated global event ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.4 20/07/2024

    Dimmed disabled settings in modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.3 19/07/2024

    Updated Futurepedia URLs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.2 19/07/2024

    Replaced browser flag inits w/ new chatgpt.js methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.19.1 19/07/2024

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

  • v2024.7.19 19/07/2024

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

  • v2024.7.18 18/07/2024

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

  • v2024.7.17 17/07/2024

    Bumped config.latestAssetCommitHash

  • v2024.7.16.1 17/07/2024

    Corrected alert selector in toggle.streaming() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.16 16/07/2024

    modals.init()'d all modals to add classes/stars + disable wheel-scroll + dim bg + glowup btns ↞ [auto-sync from adamlui/chatgpt-apps]

Mostrar todas as versões do script