Greasy Fork is available in English.

GoogleGPT 🤖

Dodaje AI odgovore na Google Search (pokreće Google Gemma + GPT-4o!)

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

  • v2024.9.14 14.09.2024.

    Moved XHR init before 1st use for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.8 14.09.2024.

    Moved style update methods inside update.style for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.7 13.09.2024.

    Corrected param refs in schemeNotify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.6 13.09.2024.

    Moved browser/UI props into obj for readability/scalability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.5 13.09.2024.

    Removed logging from reliable appAlert() for cleaner console ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.4 13.09.2024.

    Changed proxy 200 response failure log label in dataProcess.text() to more accurate 'Response text' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.3 13.09.2024.

    Changed non-200 response log in dataProcess.text() to show text ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.2 13.09.2024.

    Updated log.regEx refs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13.1 13.09.2024.

    Added coloring of state words in logs for improved readability

    ± Renamed log.regEx key names to more accurate ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.13 13.09.2024.

    Re-organized function defs for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.12.3 12.09.2024.

    Bumped chatgpt.js to 3.3.0 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.12.2 12.09.2024.

    Replaced String.match() in dataProcess methods w/ faster RegExp.exec() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.12.1 12.09.2024.

    Moved factory function defs up to support early calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.12 12.09.2024.

    Moved factory functions into create obj for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.11.4 11.09.2024.

    Disabled button animations when FG Animations setting disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.11.3 11.09.2024.

    Refactored exposed timing vals of show.copyBtns() to local consts for clarity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.11.2 11.09.2024.

    Condensed browser flags init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.11.1 11.09.2024.

    Corrected alertP.id init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.11 11.09.2024.

    Added mouse down/up styles to corner buttons

    ± Re-ordered/named CSS props for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.10 10.09.2024.

    Enlarged log app name prefix font size in FF ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.9 10.09.2024.

    Bumped chatgpt.js to 3.2.1 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.8 10.09.2024.

    Abstracted URLs into app.urls for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.7 10.09.2024.

    Corrected failMatch init syntax ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.6 10.09.2024.

    Removed/corrected buttons in Feedback modal from erroneously created DDGPT ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.5 10.09.2024.

    Added logging of exact fail flag if matched to dataProcess methods

    ± Changed log.info() to log.debug() for cleaner console when Debug Mode off ± Changed log labels 'Response' to more specific 'Response text' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.4 10.09.2024.

    Moved get.userscriptManager() def back out to hoist for early config init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.3 10.09.2024.

    Wrapped session functions in session for readability, shortened names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.2 10.09.2024.

    Moved getUserscriptManager() into get + alphabetized methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10 10.09.2024.

    Added Debug Mode, improved logging

    ± Limited logging to errors when Debug Mode off ± Expanded log methods to accept unlimited args ± Added coloring to log methods

    • Added app symbol to log prefix
    • Removed separator from log prefix ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.9.7.7 08.09.2024.

    Disabled ESLint for no-unused-vars in func sig for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.6 08.09.2024.

    Condensed log method defs using loop ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.5 08.09.2024.

    Added log.caller resets to log methods for unprefixed logs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.4 08.09.2024.

    Moved log caller prefix separator inits from callers to log methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.3 08.09.2024.

    Added background/colors to log prefixes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.2 08.09.2024.

    Renamed log.prefix to log.caller since app name/symbol is prefix too ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7.1 07.09.2024.

    Moved browser flags into obj for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.7 07.09.2024.

    Separated static app data from config for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.6.1 06.09.2024.

    Shortened notif init in notify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.6 06.09.2024.

    Added caller.status check to api.tryNew() to reduce checks pre-calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.11 06.09.2024.

    Improved handleProcessCompletion() in dataProcess.text()

    ± Moved failFlagsAndURLs test inside to cover all APIs

    • Added caller.status check to eliminate unnecessary executions ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.9.5.10 06.09.2024.

    Enabled placeholders in suggested answers + auto-highlight on click vs. auto-send

    ± Refined rqPrompt for precision in generating answers for correct role ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.9 05.09.2024.

    Limited answer suggestions to reply questions only ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.8 05.09.2024.

    Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.7 05.09.2024.

    Added dismissal of active Font Size slider on Minimize/Restore button clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.6 05.09.2024.

    Removed unneeded delay to fontSizeSlider.toggle('off') ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.5 05.09.2024.

    Lowered green opacity in RGB shift of app icon ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.4 05.09.2024.

    Added modal elem styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.3 05.09.2024.

    Added compatibility flags, expanded to Streaming toggle listener ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.2 05.09.2024.

    Disabled Streaming Mode toggle from moving if browser unsupported ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.5.1 05.09.2024.

    Centered modal titles on mobile, added line-height, tweaked margins ↞ [auto-sync from adamlui/chatgpt-apps]

Show all script versions