Greasy Fork is available in English.

BraveGPT 🤖

Ajoute des réponses IA à Brave Search (propulsé par GPT-4o!)

Voici toutes les versions de ce script. Voir uniquement les versions où le code a été modifié.

  • v2024.7.3 03/07/2024

    Added // @resource loading of logo b64 to update.appLogoSrc(), removed .onerror since src inline ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.8 03/07/2024
  • v2024.7.2.8 02/07/2024

    Shortened 0px vals in CSS length props ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.7 02/07/2024

    Reduced config.minFontSize to 11px ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.6 02/07/2024

    Condensed/moved modals.settings.keyHandler up a level, moved document.onkeydown to near-end of main routine ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.5 02/07/2024

    Moved dragHandlers into modals for improved maintainability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.4 02/07/2024

    Moved mousedown listener for dragging from body to modal.init(), shortened handler ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.3 02/07/2024

    Made light scheme modal bg gradient more subtle ↞ [auto-sync from adamlui/userscripts]

  • v2024.7.2.2 02/07/2024

    Made dark scheme modal bg gradient more subtle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2.1 02/07/2024

    Added white border to all dark scheme modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.2 02/07/2024

    Added gradient bg to all modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.24 02/07/2024

    Re-padded/sized modal content/elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.23 02/07/2024

    Added starry bg to all modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.22 02/07/2024

    Disabled mobile scrolling when swiping on modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.21 02/07/2024

    Removed unused modals.settings.clickHandler() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.20 02/07/2024

    Abstracted modals.settings.clickHandler() up one level to support re-use in future modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.19 02/07/2024

    Added modals.hide() to easily re-use custom animation styles in future modals ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.18 02/07/2024

    Extended modals.init() actions, replaced bg CSS selectors w/ general ones ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.17 02/07/2024

    Slowed modal transitions, moved styles to more general selector ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.16 02/07/2024

    Made Settings modal's About status label ticker-scrolling toggle w/ Foreground Animations toggle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.14 02/07/2024

    Made modals click-draggable ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.13 01/07/2024

    Added chatgpt.js to About item in Settings + ticker scroll effect ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.12 01/07/2024

    Merged toggle.animations.bg() + toggle.animations.fg() into toggle.animations(layer) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.11 01/07/2024

    Fixed Auto scheme selection doesn't stick in memory or status label ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.10 01/07/2024

    Added starry bg to Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.9 01/07/2024

    Abstracted fillStarryBG(targetNode) ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.8 01/07/2024

    Corrected notification msg when picking Auto color scheme ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.7 01/07/2024

    Merged one-off update.stars() into update.scheme() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.6 01/07/2024

    Alphabetized update methods for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.5 01/07/2024

    Added update.scheme() for change listener + modals.scheme.show(), condensed code ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.4 01/07/2024

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

  • v2024.7.1.3 01/07/2024

    Disabled text selection when dragging Font Size slider thumb ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.2 01/07/2024

    Added slight blue tint to dark scheme answer pre ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1.1 01/07/2024

    Re-padded chatbar buttons to look nicer ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.7.1 01/07/2024

    Re-styled dark scheme answer bubble ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.16 01/07/2024

    Tweaked related query bubble bg's to show bg dots most beautifully ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.15 01/07/2024

    Lightened dark scheme corner btn hover dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.14 01/07/2024

    Added option to disable foreground animations ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.13 01/07/2024

    Replaced createSVGpath() w/ createSVGelem(type, attrs) to support more complex SVGs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.12 30/06/2024

    Refined randQAprompt ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.11 30/06/2024

    Increased starDiv heights so med/lg dots aren't squashed ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.10 30/06/2024

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

  • v2024.6.30.9 30/06/2024

    Changed configWordSpan to more semantic configStatusSpan, improved comments ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.8 30/06/2024

    Quadrilateralized app div clip-path, increased bounds to allow full hover shadow ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.7 30/06/2024

    Corrected symbol in CSS ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.6 30/06/2024

    Added Background Animations settings toggle ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.5 30/06/2024

    Re-defined erroneously deleted proxyToggle in toggle.proxyMode() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.4 30/06/2024

    Implemented modals.settings.get() in ends of toggle/prompt routines ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.3 30/06/2024

    Changed dark scheme bg hover glow trigger from app div to chatbar hover/focus ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.30.2 30/06/2024

    Condensed fill starry BG routine ↞ [auto-sync from adamlui/chatgpt-apps]

Afficher toutes les versions de script