Skip Navigation
Brave Browser

Unofficial Brave Community

  • News
  • Information and Background
  • Tips and Tricks
  • Discussions and other findings.
  • Jokes and feedback is welcome and encouraged, same like questions but keep it on a respectful level.

Release Overview - Stable Versions

Keep in mind that the official changelog website is often behind actual release versions, the website is maintained by marketing people. Also note that not every single change/issue is mentioned in the release notes, because lots of changes are done in the background e.g. filter-list changes etc.


::: spoiler Community Rules

  • Be civil.
  • Do not troll.
  • Stay on topic.
  • No hate allowed.
  • No witch-hunt allowed.
  • Reviews are allowed.
  • **People are freely allowed to
Members
964
Posts
45
Active Today
35
Created
4 yr. ago
  • Brave Browser @lemmy.ml
    Greg @social.vivaldi.net

    go ahead and add the -y. Anyone who's reached this point is commited.

    @bravebrowser go ahead and add the -y. Anyone who's reached this point is commited.

    This is the way.

  • Brave Browser @lemmy.ml
    Sam Bent @mastodon.social

    Browser Users Report Issues with YouTube Ad Blocking - Solutions from the Community

    @bravebrowser Browser Users Report Issues with YouTube Ad Blocking - Solutions from the Community
    https://sambent.com/brave-browser-users-report-issues-with-youtube-ad-blocking-solutions-from-the-community-2/

  • Brave Browser @lemmy.ml
    Mighty @lemmy.world

    Brave search glitch

    This image shows how my search window looks. i'm using firefox as a browser. I already disabled all the ad blocks and paused ghostery but it still looks like this. the problem is, that I cannot click images or the other tabs because the search bar is above it and doesn't go away. I can't find anything in the settings and i couldn't find a similar topic on the Brave support page. anything i'm missing?

  • Brave Browser @lemmy.ml
    RmDebArc_5 @sh.itjust.works

    Delete site data instantly with the new Shred button on Brave iOS browser

  • Brave Browser @lemmy.ml
    RmDebArc_5 @sh.itjust.works

    Brave's built-in VPN is updated with new features, additional servers, and more subscription options | Brave

  • Brave Browser @lemmy.ml
    DeltaWingDragon @sh.itjust.works

    Can't select multiple tabs

    When I click on a tab while holding Ctrl or Shift, it just switches me into that tab. On other browsers (Firefox, Vivaldi) it selects the tab instead. If I want to move tabs from one window into another, I have to move them one. at. a. time.

    How do I fix this? I am on version 1.69.168 on Linux from the Flatpak.

  • Brave Browser @lemmy.ml
    BrikoX @lemmy.zip

    Brave lays off 27 employees

    cross-posted from: https://lemmy.zip/post/21739693

    Web browser and search startup Brave has laid off 27 employees across the different departments, TechCrunch has learned. The company confirmed the layoffs but didn’t give more details about the total headcount left nor the reason for the layoffs. PitchBook however estimates that Brave has around 191 employees, working out to Brave cutting 14% of […]

  • Brave Browser @lemmy.ml
    mark @programming.dev

    Where is the disable autoplay feature? Did they remove it?

    Brave used to have an option to disable autoplaying of videos on web pages. But now the option is removed. I found discussions on Brave forums from users asking about it, but no one from the Brave team responds. (see this, this, and this).

    I really don't want to believe Brave is intentionally being silent about this, but it's kinda obvious.

    Anyone know anything about it?

  • Brave Browser @lemmy.ml
    Fabian Bull :nixos: :ferris: @fosstodon.org

    I just realized that has a blocklist for youtube shorts.

    I just realized that @bravebrowser has a blocklist for youtube shorts.

    My life feels so much better now.

  • Brave Browser @lemmy.ml
    pdxfed @lemmy.world

    Brave search (Firefox mobile Android) doesn't save preference to not have AI results in feed.

    Seems to work on Desktop, but on android mobile, when I edit the search results in brave to not include AI, it doesn't save and pops up when I reopen browser/search in regular or Private window.

    Don't want to wait for AI or get is crappy results.

  • Brave Browser @lemmy.ml
    renzev @lemmy.world

    Why doesn't brave patch out google's hidden spyware extension?

    Update

    Apparently this is patched out by Brave, but it is enabled by default. See u/[email protected] 's comment below!


    Vanilla chromium gives google's websites special treatment by offering detailed CPU info, among other things. This is implemented through a hidden browser extension. You can prove this by yourself by running chrome.runtime.sendMessage("nkeimhogjdpnpccoofpliimaahmaaome", {method: "cpu.getInfo"}, (response) => {console.log(JSON.stringify(response, null, 2)); }, ); on google.com through the browser console. For me, it gives the following info:

     undefined
        
    {
      "value": {
        "archName": "x86_64",
        "features": [
          "mmx",
          "sse",
          "sse2",
          "sse3",
          "ssse3",
          "sse4_1",
          "sse4_2",
          "avx"
        ],
        "modelName": "Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz",
        "numOfProcessors": 4,
        "processors": [
          {
            "usage": {
              "idle": 28238205,
              "kernel": 827581,
              "total": 32762960,
              "user": 369
      
  • Brave Browser @lemmy.ml
    Public Enemy Exposed @mastodon.online

    I recently noticed when I received a login alert from a service provider, that does not spoof the Operating System. That can, depending on your OS, enhance finger-printing and be a dead

    I recently noticed when I received a login alert from a service provider, that @bravebrowser does not spoof the Operating System. That can, depending on your OS, enhance finger-printing and be a dead giveaway #BraveBrowser. There definitely needs to be an option to manually or automatically spoof the OS.

  • Brave Browser @lemmy.ml
    John S. Erickson 🙏 @mastodon.social

    Has anyone else noticed that the @washingtonpost has stepped up their paywall game? Accessing with cookies and Javascript disabled now only gives a short summary cc

    Has anyone else noticed that the @washingtonpost has stepped up their paywall game? Accessing with cookies and Javascript disabled now only gives a short summary cc @bravebrowser

  • Brave Browser @lemmy.ml
    mulcahey @lemm.ee

    How to assign keyboard shortcuts in Linux?

    I've just started using Brave on Linux (distro info at bottom) and I have a question about keyboard shortcuts & how the browser manages active windows, because it seems to be doing something different from my last browser.

    I usually use Firefox, and I've set it up so that I can open a new tab with the Mail key on my keyboard. Pressing my Mail key executes this command, opening a new tab.

     undefined
        
    xdotool getactivewindow key ctrl+t
    
      

    But now I've switched to Brave browser, and that command no longer works. When I've got Brave open and I press my Mail key, nothing happens.

    I've tried alternate commands:

     undefined
        
    xdotool key ctrl+t
    
      

    and

     undefined
        
    xdotool getwindowfocus key ctrl+t
    
      

    but no result. Does anyone know how to fix? What is Brave doing with its browser tabs/windows?

    Thank you!

    • Desktop: Linux Mint Xfce 4.18.1
    • Distro: Linux Mint 21.3 Virginia
    • Ubuntu 22.04
  • Brave Browser @lemmy.ml
    s12 @sopuli.xyz

    Anyone else experiencing extremely frequent crashes with the Brave browser? I’ve been getting them since yesterday. (Distro: Linux Mint, Package: Flathub, Date 19 and 20 April 2024).

    Does anyone know if this has been reported yet, or how long these issues last for?

  • Brave Browser @lemmy.ml
    BrikoX @lemmy.zip

    Brave Search is adopting AI to answer your queries

    The new "Answer with AI" feature returns neatly formatted answers for questions like "People who walked on the moon," "List of all actors who played Batman" or "How do descale Nespresso pixie."