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

Mozilla 도움말 검색

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

자세히 살펴보기
보존

Set personal thumbnails in the 3x3 grid/ new tab view?

rallepralle

Hi there,

is it possible to set personal thumbnails in the 3x3 grid/ new tab view? E.g. I doN't want the current facebook page to be shown as a thumbnail but a big blue facebook-logo.

Does anyone know about an Add on that's able to do that?

Thanks in advance.

Hi there, is it possible to set personal thumbnails in the 3x3 grid/ new tab view? E.g. I doN't want the current facebook page to be shown as a thumbnail but a big blue facebook-logo. Does anyone know about an Add on that's able to do that? Thanks in advance.

모든 댓글 (6)

You should be able to do this with code in the userChrome.css file.


Add code to the userChrome.css file below the default @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#newtab-window a.newtab-link[href*="facebook.com"] span.newtab-thumbnail{
 background-image: url("<path to image>")!important;
}

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

글쓴이 cor-el 수정일시

Sorry, I'm new to this.

I'm using ubuntu (12.04). I tried to search for the file

- find ~/ -type f -name "userChrome.css" - locate userChrome.css

Without any results. Where do I find the "userChrome.css" file?

Thanks in advance. Regards.

The userChrome.css file doesn't exist by default.
You need to create a chrome folder in the Firefox profile folder and a plain text file called userChrome.css in that chrome folder.

This extension will create the 3 "user" files for you, and gives you an interface within Firefox for editing those files.
http://webdesigns.ms11.net/chromeditp.html

I installed it. But what do I have to do to create the 3 user files? I checked the checkbox where it says the "Open ChromeEdit in a Tab", but when I opened a tab there was no ChromeEdit. When I clicked on the "Open the Chrome folder"-Button, a windows opened and asked me to choose an application to open the chrome folder.

Could you please help me to modify firefox? Again, I'm new here .....and a little bit clueless here.......-.-

Did you install the extension?

In that case you need to check the Tools menu or possibly its Web Developer sub menu to open ChromEdit.
Go to the userChrome.css tab and paste the code in the edit window.

Easiest is to place the images that you want to use in the same chrome folder where the userChrome.css resides because then you only need the file name and no path, but an absolute path or internet URL should work as well.


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

  • Help > Troubleshooting Information > Profile Directory: Open Directory