GoogleGPT 🤖

Aldonas AI-respondojn al Google Search (ebligita de Google Gemma + GPT-4o!)

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • v2024.9.10.3 2024/09/10

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

  • v2024.9.10.2 2024/09/10

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

  • v2024.9.10 2024/09/10

    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 2024/09/08

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

  • v2024.9.7.6 2024/09/08

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

  • v2024.9.7.5 2024/09/08

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

  • v2024.9.7.4 2024/09/08

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

  • v2024.9.7.3 2024/09/08

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

  • v2024.9.7.2 2024/09/08

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

  • v2024.9.7.1 2024/09/07

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

  • v2024.9.7 2024/09/07

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

  • v2024.9.6.1 2024/09/06

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

  • v2024.9.6 2024/09/06

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

  • v2024.9.5.11 2024/09/06

    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 2024/09/06

    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 2024/09/05

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

  • v2024.9.5.8 2024/09/05

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

  • v2024.9.5.7 2024/09/05

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

  • v2024.9.5.6 2024/09/05

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

  • v2024.9.5.5 2024/09/05

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

  • v2024.9.5.4 2024/09/05

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

  • v2024.9.5.3 2024/09/05

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

  • v2024.9.5.2 2024/09/05

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

  • v2024.9.5.1 2024/09/05

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

  • v2024.9.5 2024/09/05

    Added overflow wrapping to About modal text ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.4 2024/09/04

    Changed modals to CSS grids for auto-centered header icon

    ± Tweaked styles accordingly ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.3.2 2024/09/04

    Condensed Google tracking-stripper ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.3.1 2024/09/04

    Renamed hostContainer to appDivContainer for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.3 2024/09/03

    Moved (!isMobile) condition out of setTimeout() in toggle.minimized() to avoid unnecessary execution ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2.5 2024/09/03

    Fixed lingering tooltip on Minimize/Restore button clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2.4 2024/09/03

    Replaced handleRQevent() w/ anonymous function for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2.3 2024/09/03

    Refactored listenerize.replySection() for clarity

    ± Replaced function defs w/ obj prop assignments ± Re-ordered routines ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2.2 2024/09/03

    Abstracted listenerize.appDiv() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2.1 2024/09/03

    Abstracted listenerize methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.2 2024/09/02

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

  • v2024.9.1.1 2024/09/01

    Disabled rendering of empty stream chunks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.1 2024/09/01

    Added retry diff API on no text streamed ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.31.1 2024/09/01

    Tweaked/merged modal close button styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.31 2024/09/01

    Deleted dot from modal.classList.add() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30.4 2024/08/31

    Refined rqPrompt to be less explicit for stealth ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30.3 2024/08/31

    Updated Free Chat API endpoint URL ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30.2 2024/08/30

    Trimmed 0px to 0 in CSS ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30.1 2024/08/30

    Removed get.reply.status check from xhr.onerror in get.reply() to accommodate Streaming Mode reader considers errors done ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.30 2024/08/30

    Moved filter styling from modals.settings.createAppend() to icons.googleGPT.update()

    ... to support RGB shift + live scheme updates ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.29.1 2024/08/29

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

  • v2024.8.29 2024/08/29

    Moved .no-mobile-tap-outline from corner btn spans to container div ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.28 2024/08/28

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

  • v2024.8.27.7 2024/08/28

    Appended exclamation mark to tooltip status on Copy btn clicks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.6 2024/08/27

    Bumped config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.8.27.5 2024/08/27

    Limited XHR request for msgs init to non-English user languages ↞ [auto-sync from adamlui/chatgpt-apps]

Show all script versions