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.6.5 06.06.2024.

    Replaced 'alert' w/ 'modal' in modal ID var names ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.4 06.06.2024.

    Updated modal styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.3 06.06.2024.

    Shortened 'button' in class/var names to 'btn' ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.2 06.06.2024.

    Added // @noframes for compatibility w/ frame-injecting scripts ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6.1 06.06.2024.

    Added scheme selection modal + darkmode modal button hover styles ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.6 06.06.2024.

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

  • v2024.6.5.6 05.06.2024.

    Added Chinese ?as eligible suffix for Suffix Mode ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.5 05.06.2024.

    Disabled Auto-Scroll menu item + auto-focus chatbar on mobile to avoid auto-popup OSD keyboard ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.4 05.06.2024.

    Lowered Wider Sidebar button ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.3 05.06.2024.

    Tightened timing of getShowReply.received in processStream() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.2 05.06.2024.

    Added 3s timeout to proxy API requests before retryDiffAPI() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5.1 05.06.2024.

    Added code highlighting ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.5 05.06.2024.

    Corrected condition for detecting if user replied for chatbar auto-focus ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.11 05.06.2024.

    Removed markdown prompt from GPTforLove's payload.systemMessage for nicer formatted output ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.10 05.06.2024.

    Added Streaming Mode menu toggle visibility to unsupported users w/ info alert on click ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.9 05.06.2024.

    Corrected spacebar key name for FF pre-v37 ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.8 05.06.2024.

    Added fallback event.keys + event.keyCodes to widen compatibility ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.7 05.06.2024.

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.6 05.06.2024.

    Bumped hash in config.assetHostURL to latest asset commit ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.5 04.06.2024.

    Added Auto-Scroll mode, fixed auto-focus chatbar only if app above fold or user replied to non-stream ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.4 04.06.2024.

    Updated key/func names to align w/ pertinent API name ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.6.4.3 04.06.2024. Imported from URL
  • v2024.6.4.2 04.06.2024.

    Corrected arg name ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.4.1 04.06.2024.

    Added missing ) in condition ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.12 03.06.2024.

    Corrected switch phrase refs in appAlert() hyperlink routine ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.11 03.06.2024.

    Reverted condensing of int'l msg load request since recursively called

  • v2024.6.3.10 03.06.2024.

    Condensed int'l msg load request ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.9 03.06.2024.

    Replaced all Math.random() w/ more random chatgpt.randomFloat() ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.8 03.06.2024.

    Revised appAlert() to hyperlink Proxy Mode switching in login msgs ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.7 03.06.2024.

    Internationalized state.word + reversed order of state.symbol + state.word entries + ref logic for more intuitive usage

  • v2024.6.3.4 03.06.2024.

    Added state_<on|off> ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.3 03.06.2024.

    Hid Streaming Mode menu toggle from Tampermonkey OpenAI Mode users ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3.2 03.06.2024.

    Replaced '>>' w/ '»' in console logs ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.3 03.06.2024.

    Added Streaming Mode for Tampermonkey Proxy Mode users

    ± Revised consoleErr() to allow 2nd arg for congruency w/ console.error() ± Merged proxyRetryOrAlert() w/retryDiffHost()for simplicity ↞ [auto-sync fromadamlui/chatgpt-apps/bravegpt`]

  • v2024.6.2.8 03.06.2024.

    Removed whitespace + revised header comments for readability ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2.7 03.06.2024.

    Moved main routine up + renamed ids to apiIDs + moved inits for readability ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2.6 03.06.2024.

    Shortened all response arg names to resp ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2.4 02.06.2024.

    Renamed app<Info|Error>() to console<Info|Err>() to distinguish vs. appAlert() shows in app div ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2.2 02.06.2024.

    Renamed convo to msgChain ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2.1 02.06.2024.

    Added click switch on/off Proxy Mode alert to toggle, re-ordered func defs ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.2 02.06.2024.

    Revised/condensed appAlerts, refactored appAlert() to accept multi-args/arrays ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.10 01.06.2024.

    Added Android/iOS logos ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.9 01.06.2024.

    Spread corner buttons out ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.8 01.06.2024.

    Added hover zooms to corner buttons ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.7 01.06.2024.

    Restyled tooltips ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.6 01.06.2024.

    Removed unused callback arg from getShowReply(), moved retryDiffHost() def to top-level

    ... to support call from getShowReply()'s XHR onerror ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.5 01.06.2024.

    Moved retryDiffHost() def into processText() ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.4 01.06.2024.

    Converted getShowReply()'s onLoad() to top-level processText() ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.3 01.06.2024.

    Added MixerBox API support ↞ [auto-sync from adamlui/chatgpt-apps/bravegpt]

  • v2024.6.1.2 01.06.2024.

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

Show all script versions