Greasy Fork is available in English.

GoogleGPT 🤖

Добавя ИИ отговори в Google Search (поддържан от Google Gemma + GPT-4o!)

Има други версии на този скрипт, където кодът е обновен. Покажи всички версии.

  • v2024.6.3.21 03.06.2024

    Re-styled modals, shortened var name, moved notification style from `updateTweaksStyle()` to `updateAppStyle()`, booleanized `hasSidebar`

  • v2024.6.3.17 03.06.2024

    Corrected switch phrase refs in appAlert() hyperlink routine ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.16 03.06.2024

    Reverted condesning of int'l msg load request since recursively called ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.15 03.06.2024

    Condensed int'l msg load request ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.14 03.06.2024

    Replaced all Math.random() w/ more random chatgpt.randomFloat() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.13 03.06.2024

    Re-padded site notifications ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.12 03.06.2024

    Revised appAlert() to hyperlink Proxy Mode switching in login msgs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.11 03.06.2024

    Reversed order of state.symbol + state.word entries + ref logic for more intuitive usage ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.10 03.06.2024

    Moved .toUpperCase() outside || group in state.word to avoid undefined err for English users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.9 03.06.2024

    Internationalized state.word ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.8 03.06.2024

    Reduced font sizes of mobile answers + related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.7 03.06.2024

    Decreased font size + increased line height of mobile answers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.6 03.06.2024

    Increased font sizes of answers + mobile related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.5 03.06.2024

    Inserted > in pre selectors to not involve rendered Markdown pres ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.4 03.06.2024

    Shrank font sizes of answers + related queries ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.3 03.06.2024

    Hid Streaming Mode menu toggle from Tampermonkey OpenAI Mode users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.2 03.06.2024

    Replaced '>>' w/ '»' in console logs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.1 03.06.2024

    Renamed retryDiffHost() to tryDiffAPI() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3 03.06.2024

    Added Streaming Mode for Tampermonkey Proxy Mode users

    ± Revised consoleErr() to allow 2nd arg for congruency w/ console.error() ± Merged proxyRetryOrAlert() w/retryDiffHost()for simplicity ↞ [auto-sync fromadamlui/chatgpt-apps`]

  • v2024.6.2.8 03.06.2024

    Removed whitespace + revised header comments for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.7 03.06.2024

    Moved main routine up + renamed ids to apiIDs + moved inits for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.6 03.06.2024

    Shortened all response arg names to resp ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.5 03.06.2024

    Refactored answer functions + proxyEndpoints for improved utility/maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.4 02.06.2024

    Renamed app<Info|Error>() to console<Info|Err>() to distinguish vs. appAlert() shows in app div ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.3 02.06.2024

    Expanded conditions in appAlert() to delete cookies + add .loading to non-English users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.2 02.06.2024

    Renamed convo to msgChain ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2.1 02.06.2024

    Added click switch on/off Proxy Mode alert to toggle, re-ordered func defs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.2 02.06.2024

    Revised/condensed appAlerts, refactored appAlert() to accept multi-args/arrays ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.14 01.06.2024

    Added iOS to compatibility section ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.13 01.06.2024

    Re-positioned Wide Screen button + raised tooltips slightly ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.12 01.06.2024

    Added hover zooms to corner buttons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.11 01.06.2024

    Restyled tooltips ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.10 01.06.2024

    Removed unused callback arg from getShowReply(), moved retryDiffHost() def to top-level

    ... to support call from getShowReply()'s XHR onerror ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.9 01.06.2024

    Moved retryDiffHost() def into processText() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.8 01.06.2024

    Converted getShowReply()'s onLoad() to top-level processText() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.7 01.06.2024

    Added MixerBox API support ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.6 01.06.2024

    Patched binjie.fun API methods to skip on apology response ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.5 01.06.2024

    Hid 'by KudoAI' from mobile title to fit corner btns ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.4 01.06.2024

    Added await for dark theme status elem load before UI flag inits ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.3 01.06.2024

    Made msgs load for non-English users only for faster app load ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.2 01.06.2024

    Added () to ternarys in updateTooltip() for correct tooltip fallback ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1.1 01.06.2024

    Moved logo pre-loaded after UI flag inits to support scheme ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.1 01.06.2024

    Updated isDarkMode(), moved UI flag inits after msgs load to give time for Google to load ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.11 31.05.2024

    Replaced comma w/ semicolon in pickAPI() for clearer intentionality ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.10 31.05.2024

    Corrected symbol in pickAPI() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.9 31.05.2024

    Moved markdown render into if (answer != 'standby') ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.8 31.05.2024

    Bumped CryptoJS to 4.2.0 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.7 31.05.2024

    Bumped KaTeX/auto-render.js to 0.16.10 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.6 31.05.2024

    Bumped generate-ip to 2.4.2 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.31.5 31.05.2024

    Added markdown rendering

Покажи всички версии на скрипта.