Greasy Fork is available in English.

GoogleGPT 🤖

Fügt AI-Antworten zu Google Search hinzu (betrieben von Google Gemma + GPT-4o!)

Das sind Skriptversionen, bei denen der Quelltext aktualisiert wurde. Alle Versionen anzeigen.

  • v2024.11.21 21.11.2024

    Removed trailing whitespace ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20.5 20.11.2024

    Removed base arg from parseInt()s that don't need them ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20.4 20.11.2024

    Improved readability of streamingSupported key names ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20.3 20.11.2024

    Added tooltips to toolbar menu items for Tampermonkey 5.0+ users ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20.2 20.11.2024

    Renamed settings.props to more semantic settings.controls ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20.1 20.11.2024

    Moved app.settings to settings.props for improved structure ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.20 20.11.2024

    Condensed style init/assignments ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.18.1 18.11.2024

    Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.18 18.11.2024

    Trigger messages.json sync ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]

  • v2024.11.17 17.11.2024

    Loosened comparison operators for smaller filesize ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.11.14.3 14.11.2024

    Mitigated super-linear backtracking in regex ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.11.14.2 14.11.2024

    Escaped curly braces in regex to widen browser support ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.11.14.1 14.11.2024

    Shortened regex ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.11.14 14.11.2024

    Renamed styledState in notify() to styledStateSpan for readability ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.11 11.11.2024

    Added ease transition to box-shadow on app div hover ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.31 01.11.2024

    Condensed node clearing ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.27 27.10.2024

    Added inset shadow to light scheme chatbar ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.20.2 20.10.2024

    Shortened safeWinOpen() ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.20.1 20.10.2024

    Added auto-reload on update ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.20 20.10.2024

    Bumped app.latestAsetCommitHash ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.19 20.10.2024

    Replaced document.onkeydown to dismiss modals w/ .addEventListener() to accommodate potential other listeners ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.17.3 18.10.2024

    Updated ai-apps to ai-web-extensions everywhere ↞ [auto-sync from adamlui/ai-web-extensions]

  • v2024.10.17.3 17.10.2024

    Added missing ) ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.17.1 17.10.2024

    Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]

  • v2024.10.17 17.10.2024

    Changed env.scriptManager val when GM_info.scriptHandler undefined to more readable unknown ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.14.1 15.10.2024

    Updated apis.AIchatOS.expectedOrigin.url ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.14 15.10.2024

    Fixed dataProcess.stream() renders JSON sometimes ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.11.3 12.10.2024

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

  • v2024.10.11.2 12.10.2024

    Removed dead Free Chat API ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.11.1 12.10.2024

    Added skip API if streaming JSON ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.11 12.10.2024

    Added 'Method Not Allowed' to Free Chat API fail flags ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.6 07.10.2024

    Changed chatgpt-apps to ai-apps everywhere ↞ [auto-sync from adamlui/ai-apps]

  • v2024.10.5.3 05.10.2024

    Removed disabled deepseek-llm-67b-chat from Free Chat API availModels ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.5.2 05.10.2024

    Removed unneeded organization_restricted fail flag from Free Chat API since invalid_request_error also triggers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.5.1 05.10.2024

    Added organization_restricted to Free Chat API fail flags ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.5 05.10.2024

    Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.4 04.10.2024

    Added 'Model disabled' to Free Chat API fail flags ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.3.3 04.10.2024

    Deduplicated log.debug in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.3.2 03.10.2024

    Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.3.1 03.10.2024

    Added skip JSON resp in dataProcess.text() (adamlui/chatgpt-apps#81) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.10.3 03.10.2024

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

  • v2024.10.2 02.10.2024

    Added app.urls.review for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.30.2 30.09.2024

    Disabled Copy button animation on clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.30.1 30.09.2024

    Bumped app.latestAssetCommitHash, condensed menu.state.words ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.30 30.09.2024

    Replaced 'Leave Review' btn label in About modal w/ 'Rate Us' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.29.1 30.09.2024

    Increased blur/distance of app div's hover shadow ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.29 30.09.2024

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

  • v2024.9.28.1 28.09.2024

    Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.28 28.09.2024

    Eliminated knobWidth init from toggle creation routine to condense code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.26.3 27.09.2024

    Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps]

Alle Skript-Versionen anzeigen