Distraction free reading - hide address bar and tab bar

It would be nice to have a possibility to hide/show the following items:

  1. address bar
  2. tab bar
  3. bookmarks bar ← implemented already (CTRL+SHIFT+B)

In a Vivaldi browser there is keyboard shortcuts CTRL+F11 which does:

  • hide tab bar
  • hide address bar
  • displays the web page title on the browser window top frame.

Here are the examples from Vivaldi browser:
a) before


b) after
2

This gives a distraction free window for reading page content.
Currently Brave does not use CTRL+F11 shortcut so it would be also nice to allow hiding these browser widgets.

I saw that somebody already proposed such idea but somehow it did not get implemented yet.

I hope it will be done in some near feature release of Brave browser.

Kind regards,
Zaxon


Ya this is a must feature and should be implemented soon in Brave Browser.

This would be really helpful. I recently upgraded to a really big 50" 4k screen for a monitor and sometimes I will vertically tile 2-3 windows. I would like to tile even 4 windows but with the tab bar and address bar it just looks really messy.

Would love keybindings to turn on and off all of the browser UI.

Your suggestion looks like a design of Min browser

Maybe. But it would not hurt to have it in Brave. :slight_smile:

What’s wrong with pressing F11 to go to full screen?

1 Like

Imagine a book 1m wide. Would it be easy to read it? I doubt it.

Same if you press F11 the text on the page might be to wide to read comfortably.

Essential for power users. This makes me inclined to go towards another browser and compensate what it lacks in terms of security, ad blocking and etc with third party apps.

1 Like

+1. Please implement, i’m sure it must be a simple feature

This would be extremely useful, especially with tiling window managers, where it’s a common use-case to have two windows side-by-side on a small laptop screen. Please give us some more screen estate!

yes I have been searching for a feature like this for ages!
Even if you have it so that when you move your mouse to the top and the bar pops up it would be super neat.

+1 for this mode. I develop in WordPress and other online IDE’s and would like to use keystrokes to put Brave into a “Distraction Free” mode. (A) I want to reclaim a bit of screen real estate, and (B) I don’t want unnecessary items on the screen when I’m concentrating.

Just switched to Brave from Firefox / Chrome for both personal / professional. I really like it so far.

1 Like

I use full screen mode to achieve this effect. would love to have this for windows in non full screen mode.

There is somehow a workaround for this. I use Linux, so it might be easier for me, but I checked under Windows it is also possible:

  1. Create shortcut of often used sites.

This can be done on the opened site from “Menu” → “More tools” → “Create shortcut”, then select “Open as window”.

  1. Use external script:

For windows:
@echo off
set /p app=“URL "
“C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe” --app=”%app%"

With this script you open it and paste the copied URL. Also you can create more scripts for most visited sites.

For Linux:
#!/bin/sh
sel=$(xsel)
brave-browser --class=BraveApp --app=“$sel”

In this case you copy the URL and run the script (the URL will be taken from clipboard by the script).

So there is a way, but not straightforward (or maybe there is some extension which can run an external command with the URL as a parameter. I did not check).

its good suggestion, lets upvote it. Also recommend to publish post about minimalistic eco design in browser, softs etc. in Reddit, Medium to increase chance of realization.

There is “External Application Launcher” chrome extension which can be configured to run current page URL or link with the script I posted above. With that we can bypass current Brave limitation. :slight_smile:

This works on Chrome on the Mac but not on Brave. It’s create a double checkable file that opens a tab when you click on it

I tried this on Brave under Linux and it did work. Which part does not work for you?

Everything work except it creates a regular tab when I click on it instead of a new window w/o the URL bar in it. Interesting that Chrome does not behave this way.

I have the “External Application Launcher” set like this:


And if I go to some website or right click on the link and select “Brave as app” then it open the URL/link in the new window.