BraveGPT 🤖

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

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

  • v2024.7.6.17 2024-07-07

    Added missing comma in appStyle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.16 2024-07-07

    Moved opacity/transform smoothening from .fade-in to app div selector in CSS to restore smooth fade-ins ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.15 2024-07-07

    Made key detection in Settings icon create/prepend routine case-insensitive

    ... to support future key name changes ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.14 2024-07-07

    Shortened Settings icon create/prepend routine using new icon prop ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.13 2024-07-07

    Added icon prop to settingsProps ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.12 2024-07-07

    Alphabetized icons entries for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.11 2024-07-07

    Renamed icons.speechBalloonArrowed to more clear .speechBalloonLasso ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.10 2024-07-07

    Renamed icons.about to more descriptive .questionMarkCircle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.9 2024-07-07

    Renamed icons.language to .languageChars ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.8 2024-07-07

    Changed Sticky Sidebar Settings icon from pin to corner webbing ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.7 2024-07-07

    Renamed icons.speechBalloon to .speechBalloons ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.6 2024-07-07

    Renamed icons.autoSpeechBalloon to .speechBalloonArrowed ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.5 2024-07-07

    Added missing commas in settingsProps ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.3 2024-07-06

    Styled state words in notifications ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.2 2024-07-06

    Hid Anchor mode Settings toggle from mobile users ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6.1 2024-07-06

    Added pinSVG check before adding listeners ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.6 2024-07-06

    Merged pinSVG listener statements in show.reply() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.13 2024-07-06

    Inserted missing obj name in appStyle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.12 2024-07-06

    Added animation to Anchor mode minimize/restore ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.11 2024-07-06

    Changed pinMenu.onomuseout to destroy menu to avoid ghost appearances ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.10 2024-07-06

    Removed blurry star layer from fillStarryBG() since it looks better ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.9 2024-07-06

    Added blurry star layer to fillStarryBG() for enhanced 3D ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.8 2024-07-06

    Removed cursor: pointer from menu item unhovered style ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.7 2024-07-06

    Added position icons to Pin button menu ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.6 2024-07-06

    Increased border radius of Pin btn menu +2px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.5 2024-07-06

    Removed no-longer used isStandbyMode + answerIsLoaded from update.tweaksStyle() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.4 2024-07-06

    Changed Standby mode to also stick in Sticky Sidebar mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.3 2024-07-06

    Added Anchor Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.2 2024-07-05

    Renamed icons.inwardCarets to .caretsInward ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.5.1 2024-07-05

    Renamed arrow icon sub-objs w/ adj last ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.11 2024-07-05

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

  • v2024.7.4.10 2024-07-05

    Renamed ssb elem identifiers to pin to support more functions ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.9 2024-07-05

    Replaced msgs.menuLabel_<layer>animations w/ component msgs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.8 2024-07-04

    Added Sticky Sidebar mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.7 2024-07-04

    Positioned starry bg exactly within bounds of UI divs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.6 2024-07-04

    Added app icon to notifications ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.5 2024-07-04

    Shrank notifications ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.4 2024-07-04

    Increased hover-zoom of corner btns, added hover-off transition ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.3 2024-07-04

    Disabled text selection when clicking to drag below Font Size slider track ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.2 2024-07-04

    Made Font Size slider track skinnier ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4.1 2024-07-04

    Replaced 'ChatGPT' in appAlerts.waitingResponse w/ app name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.4 2024-07-04

    De-emphasized Greasy Fork button in Feedback modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.17 2024-07-04

    Shortened createAnchor() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.16 2024-07-04

    Fixed stars appear below buttons instead of in chatgpt.js modal bg's ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.15 2024-07-04

    Fixed stars don't appear when toggling BG animations on for 1st time ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.14 2024-07-04

    Bound starry bg by host div edges ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.13 2024-07-04

    Changed modals.dragHandlers.draggableElem init to pick highest modal on stack ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.12 2024-07-04

    Disabled drag activation when clicking on interactive UI elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.11 2024-07-04

    Added status icon to About modal's scheme row ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.3.10 2024-07-04

    Right-padded footer, enlarged About modal ↞ [auto-sync from adamlui/chatgpt-apps]

Show all script versions