Greasy Fork is available in English.

GoogleGPT 🤖

Dodaje odpowiedzi AI do wyszukiwarki Google (obsługiwane przez Google Gemma + GPT-4o!)

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

  • v2024.6.13.1 13-06-2024

    Added appPrefixVisible to updateTitleElems() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.13 13-06-2024

    Added replace app title w/ logo on load for Standby mode early app loads ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.12 13-06-2024

    Moved browser flag inits up ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.11 13-06-2024

    +1s to timeout before get.related(query) retry ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.10 13-06-2024

    Reversed default auto-get disabled if mobile ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.9 13-06-2024

    Renamed get.answer() to get.reply() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.8 13-06-2024

    Renamed/moved show func defs into show obj for improved maintainability/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.7 13-06-2024

    Moved query augment function defs above get ones for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.6 13-06-2024

    Renamed get.relatedQueries() to get.related() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.5 13-06-2024

    Made Standby mode default on new installations ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.4 13-06-2024

    Moved config + API prop inits up for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.3 13-06-2024

    Added show related queries on 1st toggle + standby mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.2 13-06-2024

    Moved data processing funcs into dataProcess obj for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12.1 13-06-2024

    Moved get funcs into get obj for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.12 13-06-2024

    Added retries to getRelatedQueries(), delayed show till after answer load

    ± Corrected getShowReply.attemptCnt resets for working init condition in getShowReply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.15 12-06-2024

    Fixed Play button only speaks 1st answer chunk in Streaming Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.14 12-06-2024

    Lowered app div in Sticky Sidebar mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.13 12-06-2024

    Expanded app div + sidebar content in Wider Sidebar mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.12 12-06-2024

    Increased chatbar height +1px to rid v-scrollbar in Kiwi view ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.11 12-06-2024

    Replaced hasOwnProperty w/ Object.prototype.hasOwnProperty.call to satisfy picky ESLint ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.10 12-06-2024

    Removed no-longer used // @connect onrender.com ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.9 12-06-2024

    Fixed api.pick() to not retry timed out APIs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.8 12-06-2024

    Re-organized/named functions/vars for improved maintenance/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.7 11-06-2024

    Increased timeout range before trying next API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.6 11-06-2024

    Removed dead proxy API ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.5 11-06-2024

    Moved main routine after func defs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.4 11-06-2024

    Added flagging of timed out APIs in getShowReply.triedAPIs to not exclude from new query tries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.3 11-06-2024

    Moved updateTweaksStyle() in appShow() into show-answer block for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.2 11-06-2024

    Included standby mode in chatbar auto-focus for faster access ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11.1 11-06-2024

    Overhauled answer sender/status/err tracking/handling to be more robust ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.11 11-06-2024

    Removed math query augment for being too pollutive ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.14 10-06-2024

    Updated desktop Auto-Scroll coordinates ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.13 10-06-2024

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

  • v2024.6.10.12 10-06-2024

    Re-anchored Auto-Scroll to above related queries + disabled outside Streaming Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.11 10-06-2024

    Condensed <add|remove>EvenListener()s ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.10 10-06-2024

    Limited tooltips to desktop users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.9 10-06-2024

    Added base to parseInt()s for explicit radix ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.8 10-06-2024

    Re-sized/padded chatbar, updated autosizeChatbar() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.7 10-06-2024

    Added auto-close to Streaming Mode Unavailable in OpenAI alert on proxy toggle click ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.6 10-06-2024

    Removed no-longer necessary conditions from chatbar auto-focus since appShow() update ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.5 10-06-2024

    Fixed Auto-Scroll mode to work w/ updated appShow() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.4 10-06-2024

    Shrank mobile font-size/line-height ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.3 10-06-2024

    Added scroll-to-top on mobile if user interacted ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.2 10-06-2024

    Replaced querySelector w/ chatTextarea in handleSubmit() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.10.1 10-06-2024

    Moved augmentQuery() from handleRQevent() to handleSubmit() for more logical flow

    • Eliminated yourReply in handleSubmit() containing redundant language augment ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.6.10 10-06-2024

    Added query augment stripping to handleSubmit() in appShow() + get/show related queries in getShowReply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.12 10-06-2024

    Refined math query augment ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.11 10-06-2024

    Increased no proxy response timeout before tryDiffAPI() +2s if not streaming

    ... since text processing of finished stream response takes longer ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.10 10-06-2024

    Added spacing if multi-msgs passed to appAlert() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.9.9 10-06-2024

    Added line break in appShow() for readability ↞ [auto-sync from adamlui/chatgpt-apps]

Pokaż wszystkie wersje skryptu