搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 1 人有此问题
  • 22 次查看
  • 最后回复者为 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!

被采纳的解决方案

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;
}

}

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

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!