A custom Firefox newtab page with a high contrast theme and a cute firefox logo
- Type
about:config
in the address bar (the one from the top of the browser) and hit the Enter key - Firefox should warn you with a "Proceed with caution" message. Click "Accept the Risk and Continue"
- In the "Search preference name" search bar, search for
toolkit.legacyUserProfileCustomizations.stylesheets
and toggle it to TRUE - Type
about:support
in the address bar (the one from the top of the browser) and hit the Enter key - At the "Profile Directory" row, click the "Open Directory" button
- Copy the "chrome" directory from the repository to the newly opened profile directory
- Restart the browser in order for the changes to take effect
The CSS code is governed by the terms of the MIT public license, except for specific sections that are commented as being subject to fair use. Every image falls under the rules of Fair Use. The authors of these assets are either unknown or if, as the author of this homepage, I have forgotten their names. If you are an author of these assets and there is a legal problem, please open an Issue in order to solve the problems. I am not in any shape or form responsible for any damage. This is Free software and it's distributed with the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You should have received a copy of the MIT license. If not, you can get one from https://mit-license.org/
- /chrome/img/cuteff.svg - taken from https://dribbble.com/shots/14249400-Firefox-Logo-Design and vectorized by @Eyewavu
.
├── LICENSE.MIT
├── README.md
└── chrome
├── img
│ └── cuteff.svg
└── userContent.css
3 directories, 4 files