Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 7 hebben dit probleem
  • 6 weergaven
  • Laatste antwoord van 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 ?

Alle antwoorden (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: