BraveGPT 🤖

Adds AI answers to Brave Search (powered by GPT-4o!)

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

  • v2024.9.30.1 30/09/2024

    Bumped app.latestAssetCommitHash, condensed menu.state.words ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.30 30/09/2024

    Replaced 'Leave Review' btn label in About modal w/ 'Rate Us' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.29 30/09/2024

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

  • v2024.9.28.1 28/09/2024

    Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.28 28/09/2024

    Eliminated knobWidth init from toggle creation routine to condense code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.26.3 27/09/2024

    Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.26.2 27/09/2024

    Removed no-longer used svgTitle from icons.copy.create() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.26.1 27/09/2024

    Condensed icon methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.26 26/09/2024

    Abstracted isStarryDM in update.style.app(), tweaked Standby Mode styles

    ± Filled Standby button BG when stars off

    • Removed unneeded border-radius style from hover ↞ [auto-sync from adamlui/chatgpt-apps]
  • v2024.9.25.1 25/09/2024

    Corrected Pin Menu label msg key, removed no longer-needed fallback checks ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.25 25/09/2024

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

  • v2024.9.24.4 25/09/2024

    Reduced indirection in obj key refs for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.24.3 24/09/2024

    Removed padding around simple expressions in template literals for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.24.2 24/09/2024

    Used template literals in notify() calls for consistency ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.24.1 24/09/2024

    Added pre-toggle log to toggle.proxyMode() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.24 24/09/2024

    Simplified handling post-localizedMsgs init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.23.2 24/09/2024

    Removed whitespace from schemeNotify() msg + code for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.23.1 24/09/2024

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

  • v2024.9.23 23/09/2024

    Improved settings.load() to accept arrays for flexibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.7 22/09/2024

    Updated localized msg handling to merge w/ instead of replace app.msgs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.6 22/09/2024

    Eliminated double casting in modals.settings.createAppend() for clarity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.5 22/09/2024

    Renamed menu.state.<symbol|word> to .<symbols|words> for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.4 22/09/2024

    Removed whitespace from No Update Found alert title ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.3 22/09/2024

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

  • v2024.9.22.2 22/09/2024

    Removed unused appName msg since same in all langs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22.1 22/09/2024

    Refactored No Update Available alert code for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.22 22/09/2024

    Moved app.msgs fallbacks in refs to obj init to condense code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.8 22/09/2024

    Optimized localized msgs init for readability

    ± Abstracted fetchMsgs() ± Renamed onLoad() to handleMsgs() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.7 22/09/2024

    Moved msgs to app.msgs for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.6 22/09/2024

    Moved appAlerts to app.alerts + init before function defs for simplicity/readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.5 22/09/2024

    Moved settingsProps to app.settings for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.4 21/09/2024

    Shrank Debug/Animations icons in Settings/notifs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.3 21/09/2024

    Limited button click animations to About/Settings/Speak buttons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.2 21/09/2024

    Corrected chatbar button CSS values ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21.1 21/09/2024

    Added reply link color styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.21 21/09/2024

    Replaced .removeChild(elem) w/ elem.remove() to condense code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.9 20/09/2024

    Refactored button creation to use semantic <button> elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.8 20/09/2024

    Corrected CSS transition syntax ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.7 20/09/2024

    Fixed corner button hover zooms no longer smooth ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.6 20/09/2024

    Removed dark scheme link underline style ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.5 20/09/2024

    Fixed bottom padding too big in app alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.4 19/09/2024

    Removed Pin button click listener, simplified hover handler ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.3 19/09/2024

    Added pre-obs appDivContainer check in case already loaded ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.2 19/09/2024

    Moved CSS props away from selector lines of multi-line blocks for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19.1 19/09/2024

    Tweaked v-pos of gradient BG when animations enabled

    ± Raised dark scheme graident +30px ± Lowered light scheme gradient -30px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.19 19/09/2024

    Fixed Pin menu doesn't linger when mousing off Pin button in Chromium browsers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18.6 19/09/2024

    Renamed .balloon-tip to .reply-tip for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18.5 19/09/2024

    Applied classic styling when BG animations disabled ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18.4 19/09/2024

    Removed erroneously added update.chatbarWidth() from toggle.sidebar() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18.3 19/09/2024

    Increased gap between Related Queries, tweaked drop shadow

    ± Increased v-offset +1px ± Doubled blur radius ↞ [auto-sync from adamlui/chatgpt-apps]

Ver todas las versiones del script.