GoogleGPT 🤖

Adds ChatGPT answers to Google Search sidebar (powered by GPT-4o + Google Gemma!)

These are versions of this script where the code was updated. Show all versions.

  • v2024.6.6.2 2024-06-06

    Added // @noframes for compatibility w/ frame-injecting scripts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.1 2024-06-06

    Added scheme selection modal + darkmode modal button hover styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6 2024-06-06

    Abstracted refreshMenu() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.11 2024-06-05

    Added Chinese ?as eligible suffix for Suffix Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.10 2024-06-05

    Disabled Auto-Scroll menu item + auto-focus chatbar on mobile to avoid auto-popup OSD keyboard ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.9 2024-06-05

    Added Google Gemma to GoogleGPT descriptions ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.8 2024-06-05

    Improved isDarkMode() for mobile

  • v2024.6.5.7 2024-06-05

    Fixed mobile width

  • v2024.6.5.6 2024-06-05

    Tightened timing of getShowReply.received in processStream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.5 2024-06-05

    Set app width to exact sidebar width + added rendered markdown style ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.4 2024-06-05

    Added 3s timeout to proxy API requests before retryDiffAPI() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.3 2024-06-05

    Unwrapped + formatted code blocks w/ line breaks + added h-scrolling ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.2 2024-06-05

    Replaced pedantic: true method of Google flex-wrap circumvention w/ 100% reliable arbitrary hard width ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.1 2024-06-05

    Added code highlighting ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5 2024-06-05

    Corrected condition for detecting if user replied for chatbar auto-focus ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.13 2024-06-05

    Removed test commented code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.12 2024-06-05

    Removed markdown prompt from GPTforLove's payload.systemMessage for nicer formatted output ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.11 2024-06-05

    Removed .googlegpt > pre > p bottom offset since markdown renders pedantic: true now ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.10 2024-06-05

    Fixed marked.js bug moves app to bottom, updated padding/margin ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.9 2024-06-05

    Corrected spacebar key name for FF pre-v37 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.8 2024-06-05

    Added fallback event.keys + event.keyCodes to widen compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.7 2024-06-05

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.6 2024-06-05

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.5 2024-06-04

    Added Auto-Scroll mode, fixed auto-focus chatbar only if app above fold or user replied to non-stream ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.4 2024-06-04

    Updated key/func names to align w/ pertinent API name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.3 2024-06-04

    Fixed AIchatOS streaming, added acculatesText prop to apis ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.2 2024-06-04

    Corrected arg name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.1 2024-06-04

    Added missing ) in condition ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.24 2024-06-04

    Internationalized Streaming Mode Unavailable alert title ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.23 2024-06-03

    Added Streaming Mode menu toggle visibility to unsupported users w/ info alert on click ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.22 2024-06-03

    Disabled loading on Google Images ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.3.21 2024-06-03

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

  • v2024.6.3.17 2024-06-03

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

  • v2024.6.3.16 2024-06-03

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

  • v2024.6.3.15 2024-06-03

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

  • v2024.6.3.14 2024-06-03

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

  • v2024.6.3.13 2024-06-03

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

  • v2024.6.3.12 2024-06-03

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

  • v2024.6.3.11 2024-06-03

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

  • v2024.6.3.10 2024-06-03

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

  • v2024.6.3.9 2024-06-03

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

  • v2024.6.3.8 2024-06-03

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

  • v2024.6.3.7 2024-06-03

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

  • v2024.6.3.6 2024-06-03

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

  • v2024.6.3.5 2024-06-03

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

  • v2024.6.3.4 2024-06-03

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

  • v2024.6.3.3 2024-06-03

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

  • v2024.6.3.2 2024-06-03

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

  • v2024.6.3.1 2024-06-03

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

  • v2024.6.3 2024-06-03

    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`]

Show all script versions