Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

I want to remove the restore previous session button from the home page

  • 3 odpovědi
  • 7 má tento problém
  • 6 zobrazení
  • Poslední odpověď od cor-el

more options

I want to remove the restore previous session button from the firefox start page. How do I do it ?

I want to remove the restore previous session button from the firefox start page. How do I do it ?

Všechny odpovědi (3)

more options

hello, do you just want to hide the icon or disable the whole feature?

more options

I still struggle with understanding userChrome.css coding, so I don't have a complete answer.
http://kb.mozillazine.org/UserChrome.css

I have used this code in userChrome.css to hide that entire button panel.

 @-moz-document url(about:home){
 #launcher { display: none !important; }
}  


Here's the code for the spacer and that restore last session button from the Page Source of about:home..

<div id="launcher"> 
<div id="restorePreviousSessionSeparator"/>
      <button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>
    </div>

Hopefully someone else will out it all together for you to block that specific button and the spacer to the left it it.

more options

This button is only present on the about:home page, so you can consider to use another page as the home page.
Of course you will still have the "Restore Previous Session" entry in the History menu.

Do you want to remove (hide) it there as well?


See also: