Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Can't there be a SIMPLE toggle button to quickly switch from TITLE BAR to no title bar? MAC

  • 2 odpovede
  • 0 má tento problém
  • Posledná odpoveď od cor-el

more options

There are times where I like having the title bar appear on my laptop display of a webpage. Other times I want to take a screenshot of selected page content, and the title bar just obstructs ability to fit the bottom line or two of the page content I want to screenshot. Yes i know I can reduce the zoom size of the page display itself, but sometimes (often) due to the page layout's CSS, this results in both too-small type for me to comfortably read AND even with the text reflow, it's not enough to reveal the extra bottom of page content I am trying to capture.

The Firefox UI controls are very robust and well-appreciated how much customization can be had, but still, the number of steps required to go in and turn Title Bar off is just way too many for quick and efficient workflow -- especially when after getting the screenshot I want, I will want to just turn Title-Bar back on. Surely there must be a way to create an icon option that lives next to Home, Bookmarks, Downloads, Refresh whose function is to actuate a quick 1/2 second toggle off, then a quick toggle back on?

There are times where I like having the title bar appear on my laptop display of a webpage. Other times I want to take a screenshot of selected page content, and the title bar just obstructs ability to fit the bottom line or two of the page content I want to screenshot. Yes i know I can reduce the zoom size of the page display itself, but sometimes (often) due to the page layout's CSS, this results in both too-small type for me to comfortably read AND even with the text reflow, it's not enough to reveal the extra bottom of page content I am trying to capture. The Firefox UI controls are very robust and well-appreciated how much customization can be had, but still, the number of steps required to go in and turn Title Bar off is just way too many for quick and efficient workflow -- especially when after getting the screenshot I want, I will want to just turn Title-Bar back on. Surely there must be a way to create an icon option that lives next to Home, Bookmarks, Downloads, Refresh whose function is to actuate a quick 1/2 second toggle off, then a quick toggle back on?
Priložené obrázky

Všetky odpovede (2)

more options

Do you get enough extra space if you toggle the #navigator-toolbox off via the Browser Toolbox as I'm not sure what you can hide on Mac?


#navigator-toolbox {visibility: collapse important;}

Pomohla vám táto odpoveď?

more options

Possible code for the Browser Console.

(function(){
var elm = document.getElementById("navigator-toolbox");
elm.style.setProperty("visibility",document.defaultView.getComputedStyle(elm,"").getPropertyValue("visibility")=="collapse"?"visible":"collapse");
})()

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.