How I can remove address bar from the bottom of the screen
How I can remove address bar from the bottom of the screen
How I can remove address bar from the bottom of the screen
എല്ലാ മറുപടികളും (1)
Hello
How do I hide url info on bottem left of screen https://www.reddit.com/r/firefox/comments/16y0n8e/how_do_i_hide_url_info_on_bottem_left_of_screen, is it your question?
You can test, userChrome.css, you can find tutorials on the web. https://www.reddit.com/r/firefox/comments/16y0n8e/comment/k36ctgw
#statuspanel[type="overLink"] { display:none!important; } #statuspanel[type="status"] { display:none!important; }