Greasy Fork is available in English.

GoogleGPT 🤖

為 Google Search 添加 AI 答案(由 Google Gemma + GPT-4o 提供支援!)

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v2024.11.22 2024-11-22

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

  • v2024.11.21 2024-11-21

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

  • v2024.11.20.5 2024-11-20

    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 2024-11-20

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

  • v2024.11.20.3 2024-11-20

    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 2024-11-20

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

  • v2024.11.20.1 2024-11-20

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

  • v2024.11.20 2024-11-20

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

  • v2024.11.18.1 2024-11-18

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

  • v2024.11.18 2024-11-18

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

  • v2024.11.17 2024-11-17

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

  • v2024.11.14.3 2024-11-14

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

  • v2024.11.14.2 2024-11-14

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

  • v2024.11.14.1 2024-11-14

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

  • v2024.11.14 2024-11-14

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

  • v2024.10.11 2024-11-11

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

  • v2024.10.31 2024-11-01

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

  • v2024.10.27 2024-10-27

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

  • v2024.10.20.2 2024-10-20

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

  • v2024.10.20.1 2024-10-20

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

  • v2024.10.20 2024-10-20

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

  • v2024.10.19 2024-10-20

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

  • v2024.10.17.3 2024-10-18

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

  • v2024.10.17.3 2024-10-17

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

  • v2024.10.17.1 2024-10-17

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

  • v2024.10.17 2024-10-17

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

  • v2024.10.14.1 2024-10-15

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

  • v2024.10.14 2024-10-15

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

  • v2024.10.11.3 2024-10-12

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

  • v2024.10.11.2 2024-10-12

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

  • v2024.10.11.1 2024-10-12

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

  • v2024.10.11 2024-10-12

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

  • v2024.10.6 2024-10-07

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

  • v2024.10.5.3 2024-10-05

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

  • v2024.10.5.2 2024-10-05

    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 2024-10-05

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

  • v2024.10.5 2024-10-05

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

  • v2024.10.4 2024-10-04

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

  • v2024.10.3.3 2024-10-04

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

  • v2024.10.3.2 2024-10-03

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

  • v2024.10.3.1 2024-10-03

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

  • v2024.10.3 2024-10-03

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

  • v2024.10.2 2024-10-02

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

  • v2024.9.30.2 2024-09-30

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

  • v2024.9.30.1 2024-09-30

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

  • v2024.9.30 2024-09-30

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

  • v2024.9.29.1 2024-09-30

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

  • v2024.9.29 2024-09-30

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

  • v2024.9.28.1 2024-09-28

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

  • v2024.9.28 2024-09-28

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

顯示所有腳本版本