Greasy Fork is available in English.

BraveGPT 🤖

Adiciona respostas de IA ao Brave Search (desenvolvido por GPT-4o!)

Estas são as versões deste script em que houve atualização do código. Mostar todas versões.

  • 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]

  • v2024.9.18.2 19/09/2024

    Doubled length of Shuffle button answers ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18.1 18/09/2024

    Moved config init before settings for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.18 18/09/2024

    Stripped trailing slash from app.urls.assetHost for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.16 16/09/2024

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

  • v2024.9.15.5 16/09/2024

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

  • v2024.9.15.4 16/09/2024

    Replaced .test(location) w/ .test(location.href) for clarity and performance ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.15.3 16/09/2024

    Shortened document.location to location ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.15.2 15/09/2024

    Moved config.userLanguage init inside Object.assign() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.15.1 15/09/2024

    Moved safeWindowOpen() inside modals, shortened name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.15 15/09/2024

    Shortened app.urls.update init ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.7 15/09/2024

    Updated log highlighting to ignore lowercase state words ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.6 15/09/2024

    Enclosed fail flags in detection logs in quotes for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.5 15/09/2024

    Shortened env.browser.isFirefox to env.browser.isFF ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.4 15/09/2024

    Shortened env.userscriptManager to env.scriptManager ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.3 15/09/2024

    Merged getUserscriptManager() calls + browser into env for improved structure ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.2 15/09/2024

    Wrapped settings methods to align w/ my Chrome extensions for improved readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.14.1 14/09/2024

    Set cursor to dragging during modal click-drag ↞ [auto-sync from adamlui/chatgpt-apps]

  • 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 refs in schemeNotify() + handleSchemeChange() ↞ [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.12 11/09/2024

    Removed erroneouosly added non-existent icon method from update.scheme() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.11 11/09/2024

    Corrected logo/icon method names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.10 11/09/2024

    Corrected logo/icon method names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.9.10.9 10/09/2024

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

  • v2024.9.10.8 10/09/2024

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

  • v2024.9.10.7 10/09/2024

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

  • v2024.9.10.6 10/09/2024

    Corrected failMatch init syntax ↞ [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]

Mostrar todas as versões do script