GoogleGPT 🤖

Aggiunge risposte AI a Google Search (alimentato da Google Gemma + GPT-4o!)

Queste sono tutte le versioni di questo script. Mostra solo le versioni in cui è cambiato il codice

  • v2024.8.22.3 22/08/2024

    Improved app div Font Size slider dismiss listener

    • Disabled non-left-click dismissal ± Replaced while loop w/ event.target.closest() for readability ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.22.2 22/08/2024

    Disabled non-left-click dragging in drag handlers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.22.1 22/08/2024

    Removed unused sliderTip from rects in fontSizeSlider.toggle() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.22 22/08/2024

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

  • v2024.8.21.13 22/08/2024

    Added tip to Font Size slider to point to button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.12 21/08/2024

    Improved randQAprompt

    • Expanded blacklist instruction to proxy APIs to cover all OpenAI models
    • Blacklisted oceans + the liver ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.21.11 21/08/2024

    Condensed toggle.tooltip()

    ± Refactored position routine using objs/loop

    • Shortened currentBtnType to btnType ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.21.10 21/08/2024

    Added space after 🚀 in update alert ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.9 21/08/2024

    Removed config.appSymbol from siteAlert(title) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.8 21/08/2024

    Removed no-longer needed invisible .filter() from cornerBtnTypes in update.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.7 21/08/2024

    Expanded real-time x-positioning of tooltips to all buutton types ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.6 21/08/2024

    Replaced .target.closest() in event handlers w/ more performant .currentTarget ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.5 21/08/2024

    Removed no-longer needed tooltip stripping from copy function ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.4 21/08/2024

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

  • v2024.8.21.3 21/08/2024

    Replaced Copy button's browser tooltips w/ beautiful custom ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.2 21/08/2024

    Eliminated handleCopyClick() def from show.copyBtns() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21.1 21/08/2024

    Added stripping of leading/trailing whitespace to copy function ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.21 21/08/2024

    Eliminated parentElem arg from handleCopyClick() to reduce cognitive overload ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.20.4 21/08/2024

    Merged update.tooltip() into toggle.tooltip() for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.20.3 21/08/2024

    Moved y-pos calc from update.tooltip() to toggle.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.20.2 21/08/2024

    Renamed reCopyCTA to clearer reCopyTooltip in handleCopyClick() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.20.1 21/08/2024

    Moved log.prefix before label in log.err() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.20 21/08/2024

    Added Render service suspended fail flag to Free Chat API props ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19.3 19/08/2024

    Condensed log.err() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19.2 19/08/2024

    Added optional chaining in show.reply() to accommodate empty 1st chunks when streaming ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19.1 19/08/2024

    Replaced passing of logPrefix in log function calls w/ log.prefix ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.19 19/08/2024

    Moved log functions into obj for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.11 19/08/2024

    Added stripping of dark scheme '>> ' from replies when clicking Copy button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.10 19/08/2024

    Added failFlagsAndURLs init to dataProcess.stream(), changed .test() target to more precise textToShow ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.9 19/08/2024

    Eliminated reliance on deprecated global event ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.8 19/08/2024

    Moved reply Copy button up/right, renamed .copy-icon to .copy-btn ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.7 19/08/2024

    Fixed copy icon sometimes didn't update to checkmarks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.6 18/08/2024

    Moved styles from show.copyBtns() to appStyles to support live update w/ scheme changes

    ± Replaced deprecated SVG className w/ classList.add()

    • Removed unneeded braces ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.18.5 18/08/2024

    Abstracted dataProcess.initFailFlags(api) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.4 18/08/2024

    Renamed str to url in escapedAPIurls for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.3 18/08/2024

    Fixed Copy buttons didn't show when Streaming disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.2 18/08/2024

    Added caller/function log prefix to dataProcess.stream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18.1 18/08/2024

    Re-added erroneously deleted accumulatedChunks assignment to dataProcess.stream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.18 18/08/2024

    Improved dataProcess methods

    ± Added endpoint + expected origin URL detection in response for all APIs to try diff API ± Condensed dataProcess.text()

    • Removed unneeded throw ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.8.17.3 17/08/2024

    Added type conversion to consoleErr() to prevent uncaught exceptions in TM (Tampermonkey/tampermonkey#2158) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17.2 17/08/2024

    Changed err.message unsupported by GM XHR onerror to err ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17.1 17/08/2024

    Refactored show.reply() to use forEach loop for dynamic button creation ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.17 17/08/2024

    Improved update.tooltip() for easier maintenance

    ± Added chatbarBtnTypes ± Replaced regex in update pos routine w/ cornerBtnTypes check

  • v2024.8.16.9 17/08/2024

    Shortened buttonType to btnType in update.tooltip() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.8 17/08/2024

    Added insufficient balance as Free Chat API fail flag ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.7 17/08/2024

    Added Streaming switch state update w/ Proxy toggle + on Settings open ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.6 16/08/2024

    Corrected selector in appAlert() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.6 16/08/2024

    Added Copy buttons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.16.5 16/08/2024

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

  • v2024.8.16.4 16/08/2024

    Separated appAlert() arg in dataProcess.text() into 2 for proper handling ↞ [auto-sync from adamlui/chatgpt-apps]

Mostra tutte le versioni dello script