mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Doc: Dev README - TOC
This commit is contained in:
parent
7c8265509a
commit
ed20ed19be
2 changed files with 9 additions and 2 deletions
|
|
@ -8,7 +8,9 @@
|
|||
* [Environment](#environment)
|
||||
* [Project Structure](#project-structure)
|
||||
* [Rules](#rules)
|
||||
- [Policies](#policies)
|
||||
- [Advanced Customizing](#advanced-customizing)
|
||||
* [Policies](#policies)
|
||||
* [Preference](#preference)
|
||||
- [User Custom CSS](#user-custom-css)
|
||||
* [Basics](#basics-1)
|
||||
* [Restrictions](#restrictions)
|
||||
|
|
@ -75,10 +77,14 @@ This is a rough guideline. (Not forced)
|
|||
|
||||
- [Rules.md](./Rules.md).
|
||||
|
||||
## Policies
|
||||
## Advanced Customizing
|
||||
### Policies
|
||||
- [Support Mozilla: Policies overview](https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise)
|
||||
- [Policy Templates](https://github.com/mozilla/policy-templates)
|
||||
|
||||
### Preference
|
||||
- [Preference.md](./Preference.md).
|
||||
|
||||
## User Custom CSS
|
||||
### Basics
|
||||
`userChrome.css` file is for browser UI, `userContent.css` file is for web contents.
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
- [How to Optimize or Deoptimize Firefox OMNI.JA File](https://www.raymond.cc/blog/edit-files-inside-firefox-4-omni-jar-to-auto-save-password/)
|
||||
|
||||
**Explanation**
|
||||
|
||||
Firefox achieve performance improvements by moving many of their internal parts from being standalone files or sets of JAR files into just one JAR file called `omni.ja`.
|
||||
This reduces the amount of I/O needed to load the application.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue