I am using Mozilla Firefox and I like the about:home page layout. Is there a GitHub or a repository to get the source code?
I want to convert it into a WordPress base theme.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is located in the
mozilla-centralrepository which contains all Firefox code, currently under/browser/base/content/abouthome/. You can find it in the GitHub copy of themozilla-centrarepository as well of course.The license used is Mozilla Public License Version 2.0 by the way, please make sure to comply with its terms (most likely boils down to keeping the MPL header in the relevant files of your theme).