Greasy Fork is available in English.

BraveGPT 🤖

Dodaje AI odgovore na Brave Search (pokreće GPT-4o!)

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

  • v2024.6.29.16 30.06.2024.

    Renamed icons.shuffle + vars to more semantic arrow names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.15 30.06.2024.

    Removed stroke inits from icons.widescreen path method sigs for readability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.14 30.06.2024.

    Corrected selector in modals.settings.get() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.13 30.06.2024.

    Replaced leaveAReview() content w/ modals.feedback.show() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.12 30.06.2024.

    Added space strippping of AlternativeTo btn label in Feedback modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.11 30.06.2024.

    Replaced config.feedbackURL w/ new modals.feedback.show() + click listener ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.10 30.06.2024.

    Added optional attrs arg to createAnchor() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.9 30.06.2024.

    Added modals.settings.get() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.8 30.06.2024.

    Removed unused 'id' from settingToggleAttrs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.7 29.06.2024.

    Added hiding of Settings when showing About ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.6 29.06.2024.

    Added modal class for future use ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.5 29.06.2024.

    Removed Color Scheme button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.4 29.06.2024.

    Centered chatbar tooltips ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.3 29.06.2024.

    Disabled hover-zoom of Settings items on mobile ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29.2 29.06.2024.

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

  • v2024.6.29.1 29.06.2024.

    Added gradient background to Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.29 29.06.2024.

    Added hover helptips to Settings modal items ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.28.3 28.06.2024.

    Abstracted icons.upArrow.create() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.28.2 28.06.2024.

    Shortened sendButton name to sendBtn ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.28.1 28.06.2024.

    Replaced appDiv.getElementById w/ .querySelector to bypass undefined func errs ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.28 28.06.2024.

    Added random question/answer generator to chatbar ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.25 28.06.2024.

    Changed Font Size slider thumb cursor to resize arrows ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.24 28.06.2024.

    Added hover-zoom to Font Size slider ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.23 28.06.2024.

    Decreased Settings modal background dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.22 28.06.2024.

    Increased Settings modal background dim ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.21 28.06.2024.

    Widened Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.20 28.06.2024.

    Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.19 27.06.2024.

    Limited appAlert('login') in getOpenAItoken() to get.reply() calls ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.18 27.06.2024.

    Corrected selector in toggle.proxyMode() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.17 27.06.2024.

    Added scale Settings modal to mobile viewport sides ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.16 27.06.2024.

    Reduced mobile Settings row hover zoom amount ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.15 27.06.2024.

    Reduced bottom gap in Settings modal ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.14 27.06.2024.

    Removed 'BraveGPT' from Settings modal heading, re-pos'd remaining elems ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.13 27.06.2024.

    Added JSON.stringify() to resp err logging in dataProcess.text() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.12 27.06.2024.

    Added sync Settings toggle to toggle.proxy() + .streaming() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.10 27.06.2024.

    Made Settings modal rows taller, extended bottom gap ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.9 27.06.2024.

    Condensed toolbar menu to just Proxy Mode, Settings, About ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.8 27.06.2024.

    Abstracted toggle.streaming(), added call to modals.settings.createAppend() to trigger incompatibility alerts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.7 27.06.2024.

    Eliminated backtracking potential in regex for calling toggle.sidebar() in modals.settings.createAppend() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.6 27.06.2024.

    Widened reply language confirmation alert ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.5 27.06.2024.

    Removed outdated config.stickySidebar condition/statement ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.4 27.06.2024.

    Added Settings modal/button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.4 27.06.2024.

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

  • v2024.6.27.3 27.06.2024.

    Fixed tooltips offset if 1+ buttons invisible ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27.2 27.06.2024.

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

  • v2024.6.27.1 27.06.2024.

    Abstracted toggleRelatedQueries() for reuseability ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.27 27.06.2024.

    Corrected stroke attr of icons.widescreen paths ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.26.3 26.06.2024.

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

  • v2024.6.26.2 26.06.2024.

    Added stroke support to icons methods ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.26.1 26.06.2024.

    Appended '...' to settingsProps.about.label ↞ [auto-sync from adamlui/userscripts]

Show all script versions