Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기
보존

How to remove thumbtack icon from quicklink icons on the homepage of Firefox.

dt.creekmore

How to remove thumbtack icon from quick link icons on the homepage of Firefox.

The little thumbtack icon was by the name of the quick link on my home page. I updated to 139.0.4 and now thumbtack in top left corner of quick link icon. I want the thumbtack gone.

How to remove thumbtack icon from quick link icons on the homepage of Firefox. The little thumbtack icon was by the name of the quick link on my home page. I updated to 139.0.4 and now thumbtack in top left corner of quick link icon. I want the thumbtack gone.
첨부된 스크린샷

모든 댓글 (6)

Have you tried browser.newtabpage.activity-stream.newtabShortcuts.refresh

https://connect.mozilla.org/t5/discussions/feedback-for-the-new-tab-layout-variants-in-the-home-page/m-p/97301/highlight/true#M37934 If you wish to test userContent.css

글쓴이 Agent virtuel 수정일시

Agent virtuel said

Have you tried browser.newtabpage.activity-stream.newtabShortcuts.refresh https://connect.mozilla.org/t5/discussions/feedback-for-the-new-tab-layout-variants-in-the-home-page/m-p/97301/highlight/true#M37934 If you wish to test userContent.css

Does not remove thumbtack

I've tested userContent.css

글쓴이 Agent virtuel 수정일시

The thumbtack indicates that the shortcut is pinned in place.

You can unpin the shortcuts and let Firefox control the sequence. When you hover the shortcut, you should see a ... menu button to do that. (See the "Pin, unpin, or remove a Shortcut" section of Customize items on your Firefox New Tab page)

But if you want a cosmetic fix, I think the two suggestions from Agent virtuel are the only options:

(A) Roll back to the earlier design with the pin next to the title by going into about:config and toggling the browser.newtabpage.activity-stream.newtabShortcuts.refresh preference to false. This probably is a temporary workaround.

(B) Hack the page styles using a custom rule in a userContent.css file (please note, not a userChrome.css file). If your Firefox seems to be ignoring the file, make sure you have gone into about:config and toggled toolkit.legacyUserProfileCustomizations.stylesheets to true so Firefox reads the file at startup.