GoogleGPT 🤖

Añade respuestas de IA a Google Search (impulsado por Google Gemma + GPT-4o!)

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v2023.11.19 19/11/2023

    Bumped chatgpt.js to 2.5.1

  • v2023.11.17.7 18/11/2023

    Updated hash in chatgpt.js import URL

  • v2023.11.17.6 18/11/2023

    Bumped chatgpt.js to 2.5.0, replaced isChromium()

    ... w/ chatgpt.browser.isChromium() ± Used flag for fewer .includes() calls

  • v2023.11.17.5 18/11/2023

    Shortened error arg name

  • v2023.11.17.4 18/11/2023

    Removed localization from title-check in isBlockedbyCloudflare()

  • v2023.11.17.3 18/11/2023

    Tightened/loosened equality comparisons

  • v2023.11.17.2 18/11/2023

    Eliminated system/browser user preference from isDarkMode()

    ...since Google attr is always set regardless

  • v2023.11.17.1 18/11/2023

    Moved console feedback function defs out of obj

  • v2023.11.17 17/11/2023

    Bumped chatgpt.js to 2.4.3

  • v2023.11.15.5 16/11/2023

    Changed light-mode color scheme for related query hovers

  • v2023.11.15.4 16/11/2023

    Added whitespace + leading zeroes to CSS functions

    ...for conformity

  • v2023.11.15.3 16/11/2023

    Replaced .className ='s w/ more performant .classList.add()'s

    ...when number of classes to add is low

  • v2023.11.15.2 16/11/2023

    Added .no-user-select to googleGPTstyle + new elems

  • v2023.11.15.1 16/11/2023

    Bumped chatgpt.js to 2.4.2

  • v2023.11.15 15/11/2023

    Removed unset config.notifHidden from toggleWiderSidebar()

  • v2023.11.14 14/11/2023

    Shortened .googlegpt-container to .googlegpt

  • v2023.11.13.9 14/11/2023

    Bumped chatgpt.js to 2.4.1

  • v2023.11.13.8 14/11/2023

    Eliminated single-called loadGoogleGPT()

  • v2023.11.13.7 14/11/2023

    Renamed wsbSVGelems to wsbSVGpaths

  • v2023.11.13.6 14/11/2023

    Prioritized Google attr for dark mode in isDarkMode()

    ...since it overrides system/browser user preference

  • v2023.11.13.5 14/11/2023

    Removed airplane cursor from related query hovers

  • v2023.11.13.4 14/11/2023

    Replaced send button icon w/ up-arrow

  • v2023.11.13.3 14/11/2023

    Renamed wsb*elems to wsb*paths

  • v2023.11.13.2 14/11/2023

    Incorporated createSVGelem() into [speakSVGpaths] init

  • v2023.11.13.1 14/11/2023

    Localized 'Exit' prefix to Wider Sidebar button tooltip

  • v2023.11.13 14/11/2023

    Added/re-positioned buttons, added/re-ordered functions/inits

    ± Added Wider Sidebar button ± Re-positioned buttons ± Moved menu objs out to support global refresh ± Added toggleWiderSidebar() + updateWSBsvg() ± Re-ordered UI functions

  • v2023.11.12.3 13/11/2023

    Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]

  • v2023.11.12.2 12/11/2023

    Replaced Fatter Sidebar w/ Wider Sidebar

    ...in config key names + menu labels + notifications + var names

  • v2023.11.12.1 12/11/2023

    Replaced .match() w/ faster method

  • v2023.11.12 12/11/2023

    Updated download/update URLs

  • v2023.11.11.5 11/11/2023

    Adjusted 'View changes' size/pos in About modal

  • v2023.11.11.4 11/11/2023

    Increased/applied updateAlertWidth

  • v2023.11.11.3 11/11/2023

    Added English fallbacks to localized messages

  • v2023.11.11.2 11/11/2023

    Defined/widened updateAlertWidth, applied to no update found

  • v2023.11.11.1 11/11/2023

    Narrowed reply language confirmation dialog

  • v2023.11.11 11/11/2023

    Bumped chatgpt.js to 2.4.0, added // @name:zh-TW

    ... for localized GF readme

  • v2023.11.10.3 10/11/2023

    Updated Chinese descriptions

  • v2023.11.10.2 10/11/2023

    Added // @name:zh-CN to support localized GF readme

  • v2023.11.10.1 10/11/2023

    Widened chatbar in narrow mode, re-positioned Send button

  • v2023.11.10 10/11/2023

    Updated fatter sidebar style + sidebar-less margin

    • Added expansion of chatbar w/ fatter sidebar
    • Targeted more divs to include feedback footers
  • v2023.11.9.5 9/11/2023

    Refactored handleEnter(event)

    • Removed whitespace ± Renamed cursorPos to caretPos
  • v2023.11.9.4 9/11/2023

    Adjujsted 'View changes' size/pos in About modal

  • v2023.11.9.3 9/11/2023

    Removed line break from source code info in About modal

  • v2023.11.9.2 9/11/2023

    Allowed ctrl+enter to add newlines in replies

  • v2023.11.9.1 9/11/2023

    Reduced bottom padding of loading statuses

  • v2023.11.9 9/11/2023

    Bumped chatgpt.js to 2.3.18

  • v2023.11.8.9 9/11/2023

    Versionless change to fix GitHub sync lag

  • v2023.11.8.9 9/11/2023

    Removed unused const fillColor

  • v2023.11.8.8 9/11/2023

    Updated corner button colors/classes

    ± Merged .about-btn + .speak-btn into .corner-btn ± Refactored speakkSVGpaths routine to rely on CSS for stroke/fill color

    • Added new stroke/fill color styles + on-hover
  • v2023.11.8.7 9/11/2023

    Refactored googleGPTshow(answer)

    ± Renamed elem var names for readability ± Replaced googleGPTdiv.querySelector('pre') from renderMathInElement() w/ answerPre

    • Removed googleGPTdiv.querySelector('section') from show loading routine

Ver todas las versiones del script.