Greasy Fork is available in English.

DuckDuckGPT 🤖

为 DuckDuckGo 添加 AI 答案(由 GPT-4o 提供支持!)

这些是代码更新过的版本。 显示所有版本

  • v2024.6.27.20 2024-06-28

    Changed Font Size slider thumb cursor to resize arrows ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.19 2024-06-28

    Added hover-zoom to Font Size slider ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.18 2024-06-28

    Decreased Settings modal background dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.17 2024-06-28

    Increased Settings modal background dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.16 2024-06-28

    Widened Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.15 2024-06-28

    Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.14 2024-06-27

    Limited appAlert('login') in getOpenAItoken() to get.reply() calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.13 2024-06-27

    Added scale Settings modal to mobile viewport sides ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.12 2024-06-27

    Reduced mobile Settings row hover zoom amount ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.11 2024-06-27

    Removed 'DuckDuckGPT' from Settings modal heading, re-pos'd remaining elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.10 2024-06-27

    Added JSON.stringify() to resp err logging in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.9 2024-06-27

    Added sync Settings toggle to toggle.proxy() + .streaming() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.8 2024-06-27

    Condensed toolbar menu to just Proxy Mode, Settings, About ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.7 2024-06-27

    Abstracted toggle.streaming(), added call to modals.settings.createAppend() to trigger incompatibility alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.6 2024-06-27

    Eliminated backtracking potential in regex for calling toggle.sidebar() in modals.settings.createAppend() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.5 2024-06-27

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

  • v2024.6.27.4 2024-06-27

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

  • v2024.6.27.3 2024-06-27

    Fixed tooltips offset if 1+ buttons invisible ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.2 2024-06-27

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

  • v2024.6.27.1 2024-06-27

    Abstracted toggleRelatedQueries() for reuseability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27 2024-06-27

    Corrected stroke attrs of icons.pin + icons.widescreen paths ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.26.4 2024-06-26

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

  • v2024.6.26.3 2024-06-26

    Added stroke support to icons methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.26.2 2024-06-26

    Appended '...' to settingsProps.about.label ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.26.1 2024-06-26

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

  • v2024.6.26 2024-06-26

    Converted path props in icons to funcs to support multi-icons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.25.1 2024-06-26

    Added type props to settingsLabels, renamed to settingsProps ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.25 2024-06-26

    Re-cased config key autoget to autoGet for consistency ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.9 2024-06-25

    Improved dataProcess.text()

    • Initted respText as string to avoid leading 'undefined' in AIchatOS replies
    • Removed unneeded throws ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.6.24.8 2024-06-25

    Created icons methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.7 2024-06-25

    Moved modal methods into modals obj for improved organization ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.6 2024-06-25

    Converted obj method defs to shorter ES6 syntax ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.5 2024-06-25

    Abstracted settingsLabels ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.4 2024-06-24

    Moved related query parsing logic from get.related() to dataProcess.text() + added log prefixes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.3 2024-06-24

    Moved GM_deleteValue(config.keyPrefix + '_openAItoken') from dataProcess.text() to deleteOpenAIcookies() for consolidation ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.2 2024-06-24

    Corrected API conditions in get.related() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24.1 2024-06-24

    Replaced get.reply refs in dataProcess methods w/ caller arg ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.24 2024-06-24

    Fixed OpenAI key missing from get.related() if OpenAI picked ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.23 2024-06-23

    Booleanized browser flags for expected conditionals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.22.3 2024-06-22

    Added refresh page instruction to login/Cloudflare alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.22.2 2024-06-22

    Replaced - w/ as entry marker in dependencies list of header comment for improved aesthetics ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.22.1 2024-06-22

    Replaced .addEventListener()s w/ .on<event>s to shorten codebase + widen browser support ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.22 2024-06-22

    Fixed Proxy Mode link to work in Streaming Mode menu toggle alert in OpenAI mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.15 2024-06-22

    Removed highlight-to-search from any site to revert to specific // @match to show on GF /for-site pages ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.14 2024-06-22

    Corrected arg name in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.13 2024-06-22

    Moved docs URL down for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.12 2024-06-22

    Added docs URL + all dependencies to header comment ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.11 2024-06-22

    Added Chrome to browsers that auto-disable Streaming Mode in TM config/menu toggle since latest Google update broke it ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.10 2024-06-22

    Added ScriptCat to @compatible meta + supported UM in streaming auto-disable + menu toggle alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.21.9 2024-06-22

    Added escaping of special chars in new RegExp() concatenations ↞ [auto-sync from adamlui/chatgpt-apps]

显示脚本的所有版本