Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How to hide 'remove this site'/'unpin this site' buttons from my newtab page shortcuts?

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 8 megtekintés
  • Utolsó üzenet ettől: JWGH

more options

Hi, just wondering if it's possible to remove the buttons on my pinned top sites that are on my New Tab page. I use New Tab page as my home page and have customized it to have selected 12 top sites of my choosing pinned there. However I occasionally accidentally press the unpin or remove button in the corners of these windows when I'm trying to click on the page. Is it possible to remove these buttons or make a warning before they are automatically removed with one click? Thanks!

Hi, just wondering if it's possible to remove the buttons on my pinned top sites that are on my New Tab page. I use New Tab page as my home page and have customized it to have selected 12 top sites of my choosing pinned there. However I occasionally accidentally press the unpin or remove button in the corners of these windows when I'm trying to click on the page. Is it possible to remove these buttons or make a warning before they are automatically removed with one click? Thanks!

Kiválasztott megoldás

Hello,

  1. Install Stylish and restart Firefox when prompted.
  2. Click either the Firefox button or the Tools menu and choose Add-ons.
  3. In the Add-ons Manager, click the User Styles category on the left.
  4. Click the Write a New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@-moz-document url("about:newtab") {

.newtab-control-pin,
.newtab-control-block {
  display: none !important;
}

}

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (2)

more options

Kiválasztott megoldás

Hello,

  1. Install Stylish and restart Firefox when prompted.
  2. Click either the Firefox button or the Tools menu and choose Add-ons.
  3. In the Add-ons Manager, click the User Styles category on the left.
  4. Click the Write a New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@-moz-document url("about:newtab") {

.newtab-control-pin,
.newtab-control-block {
  display: none !important;
}

}

more options

Fantastic and very simple! Thank you!