Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

how do i remove the new buttons at the bottom of firefox homepage?

  • 6 ответов
  • 2 имеют эту проблему
  • 7 просмотров
  • Последний ответ от pikel

more options

I have just installed new firefox update and the base section of the start up page is now covered in buttons , which i normally access by the orange button when i want them. How do i get rid of them?

I have just installed new firefox update and the base section of the start up page is now covered in buttons , which i normally access by the orange button when i want them. How do i get rid of them?

Выбранное решение

You need to create a chrome folder in the Firefox Profile Folder yourself if it doesn't exist.

Use a plain text editor like Notepad to create the userContent.css file and make sure that type "All files" is selected to avoid Windows appending a (hidden) .txt file extension.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

See also:

Прочитайте этот ответ в контексте 👍 1

Все ответы (6)

more options

Hi,

You can try to change it in Tools (Alt + T) > Options > General, Home Page.

Homepage

Options > General

Options

more options

Add this code to a userContent.css file that you create.

@-moz-document url(about:home){

#launcher { display: none !important; }

}


http://kb.mozillazine.org/UserContent.css

more options

In addition to the above.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

more options

Hello - thanks for your help ed meister and cor-el . I can,t get into my chrome folder - I,ll have to keep trying!

Dumdidadida your solution doesn,t work - already tried the tools .......
 

Cheers .

more options

Выбранное решение

You need to create a chrome folder in the Firefox Profile Folder yourself if it doesn't exist.

Use a plain text editor like Notepad to create the userContent.css file and make sure that type "All files" is selected to avoid Windows appending a (hidden) .txt file extension.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

See also:

more options

Thanks cor-el , much appreciated !