Greasy Fork is available in English.

DuckDuckGPT 🤖

Dodaje odpowiedzi ChatGPT w pasku bocznym DuckDuckGo (obsługiwane przez GPT-4o!)

To są wersje tego skryptu, gdzie kod został zaktualizowany. Pokaż wszystkie wersje.

  • v2024.4.10 10-04-2024

    Bumped generate-ip to 2.2.3 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.4.7 07-04-2024

    Bumped generate-ip to 2.2.1 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.4.4 05-04-2024

    Bumped chatgpt.js to 2.6.8 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.29 29-03-2024

    Added generate-ip as runtime dependency ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.25 26-03-2024

    Bumped KaTeX to 0.16.10 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.5.4 06-03-2024

    Bumped chatgpt.js to 2.6.7 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.5.3 05-03-2024

    Added hyphens to script name regex in config.updateURL ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.5.2 05-03-2024

    Further reduced potential for backtracking in config.updateURL regex ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.5.1 05-03-2024

    Improved regex

    ± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups

    • Removed unnecessary escape char from config.updateURL regex ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.3.5 05-03-2024

    Eliminated potential for polynomial backtracking in regex

    ... by increasing specificity of capturing group ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.3.1 03-03-2024

    Removed title attr's from Sticky/Wider Sidebar buttons

    ... to disable browser-native tooltips ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.3 03-03-2024

    Fixed missing Sticky Sidebar button tooltip

    ± Reduced tooltip center addend in Standby Mode ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.3.1.1 02-03-2024

    Updated text-to-speech routine

    • Added string conversion to replyDialect.rate to support Sogou API update ± Integrated Web Audio API + GM.xmlHttpRequest() to bypass potential future CSP restrictions ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.3.1 01-03-2024

    Bumped chatgpt.js to 2.6.6 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.23 23-02-2024

    Bumped chatgpt.js to 2.6.5 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.21 21-02-2024

    Alphabetized args in loadSetting() call for readability ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.20.1 20-02-2024

    Changed overflow of .related-queries to visible

    ... to allow unclipped hover zooming ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.20 20-02-2024

    Added Sticky Sidebar mode

    ± Added/removed whitespace for readability ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.19 20-02-2024

    Removed unicode from description metas ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.17.1 18-02-2024

    Replaced OpenAI API endpoint (KudoAI/duckduckgpt#44), disabled streaming (KudoAI/duckduckgpt#42) ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.2.17 17-02-2024

    Added SRI hashes to external resources (KudoAI/duckduckgpt#45) ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.28.1 28-01-2024

    Replaced chatgpt.js import URL w/ npm one ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.28 28-01-2024

    Bumped chatgpt.js to 2.6.4 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.27.1 28-01-2024

    Added // @description:zh-TW ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.27 28-01-2024

    Updated // @version to 2024.1.27 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.9 28-01-2024

    Merge pull request #37 from Yash-Singh1/eslint-plugin-userscripts

    feat: validate userscript metadata ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.9 09-01-2024

    Updated copyright years ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.1.8.5 08-01-2024

    Replaced appFooter elem w/ more semantic type

    • Removed .ddgpt-feedback class assignment ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.1.8.4 08-01-2024

    Added ISO 639-1 support to Japanese regex in dialectMap ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.8.3 08-01-2024

    Added casing to replyLanguage init for menu/alert aesthetics ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2024.1.8.2 08-01-2024

    Added more languages to TTS

    • Added logography to Chinese regex ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.1.8.1 08-01-2024

    Added Arabic/Danish/Polish/Russian support to TTS

    • Removed end anchor from Chinese regex ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.1.8 08-01-2024

    Improved dialectMap.entry.regex

    • Added ISO 639-2 support ± Shortened ISO 639-1 region code detection ± Moved anchors out for readability ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2024.1.7 07-01-2024

    Updated icon meta URLs ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.31 01-01-2024

    Refined related queries prompt ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.25 26-12-2023

    Added German/Spanish/French support to TTS (KudoAI/googlegpt#9) ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.6 24-12-2023

    Added config.appURL, updated config.gitHubURL casing

    ± Re-ordered config key inits for readability ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.5 24-12-2023

    Generalized function/var names

    ... for improved synergy w/ codebase of other KudoAI GPT scripts ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.4 24-12-2023

    Added target browser check to footer update routine ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.3 24-12-2023

    Removed final .innerHTML reliance + sidebar campaign checker ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.2 24-12-2023

    Refactored ddgptAlert()

    ± Removed potentially unsafe reliance on .innerHTML ± Re-ordered commands ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23.1 24-12-2023

    Lowered FF speech balloon tip, shortened comment ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.23 23-12-2023

    Bumped chatgpt.js to 2.6.3 ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.21 21-12-2023

    Added error-catching to getAIGCFkey() ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.19.1 19-12-2023

    Added dark scheme to standby button hover ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.19 19-12-2023

    Replaced standby button hover glow w/ color/zoom fx ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.16.8 17-12-2023

    Refined related queries prompt, renamed const to rqPrompt

    • Shortened notify() ↞ [auto-sync from KudoAI/duckduckgpt]
  • v2023.12.16.7 17-12-2023

    Raised Chromium Send button 1px ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.16.6 17-12-2023

    Narrowed gap between app prefix/name

    ± Replaced isChromium check in .balloon-tip{} styles w/ isFirefox ↞ [auto-sync from KudoAI/duckduckgpt]

  • v2023.12.16.5 17-12-2023

    Added beautiful tooltip to Send button, improved tooltip functions

    ± Changed .send-button to #send-btn to work w/ updateTooltip()

    • Added y-pos manipulation
    • Shortened opacity assignments in toggleTooltip() to integers ± Moved math vars for x-pos calc in updateTooltip() up
    • Eliminated singly referenced isStandbyMode ± Moved tooltip y-pos setting to functions ± Defined [cornerBtnTypes] to shorten iniRoffset init ± Edited whitespace/comments for readability
    • Added isFirefox ↞ [auto-sync from KudoAI/duckduckgpt]

Pokaż wszystkie wersje skryptu