Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Location of new tab tiles in profile

  • 3 replies
  • 2 have this problem
  • 100 views
  • Last reply by paulri

more options

I'm wondering where the new tab page tiles are stored in the profile. I looked at this https://support.mozilla.org/en-US/questions/1044266, but didn't see any file named directoryLinks.json.

I'm wondering where the new tab page tiles are stored in the profile. I looked at this https://support.mozilla.org/en-US/questions/1044266, but didn't see any file named directoryLinks.json.

Chosen solution

It's in the companion folder where cache is stored (Local instead of Roaming). To find it, you can paste this into the Start menu search box, or the Run dialog, or the address bar of Windows Explorer, then press Enter:

%LOCALAPPDATA%\Mozilla\Firefox\Profiles\

Double-click into the folder matching your active profile and then into the thumbnails folder.

I'm not sure where the mapping between page URLs and these filenames is stored...

Read this answer in context 👍 1

All Replies (3)

more options

Chosen Solution

It's in the companion folder where cache is stored (Local instead of Roaming). To find it, you can paste this into the Start menu search box, or the Run dialog, or the address bar of Windows Explorer, then press Enter:

%LOCALAPPDATA%\Mozilla\Firefox\Profiles\

Double-click into the folder matching your active profile and then into the thumbnails folder.

I'm not sure where the mapping between page URLs and these filenames is stored...

more options

The directoryLinks.json only stores the information about the Directory tiles that show some initial suggestions.

This file should be in the parent location of the disk cache (\AppData\Local\) that you can find on the about:cache page. The thumbnails that you see on the about:newtab page are stored there as well in the Thumbnail folder.

  • C:\Users\<user>\AppData\Local\Mozilla\Firefox\Profiles\<profile>\

See also:

  • resource:///modules/DirectoryLinksProvider.jsm
more options

Thanks, you two have been very helpful.