https://github.com/larygwil/ff-src-part
Part of Firefox source code (unofficial), for userChrome css / js programmers and user customizers to explore
https://github.com/larygwil/ff-src-part
css cutomize firefox userchrome
Last synced: about 1 year ago
JSON representation
Part of Firefox source code (unofficial), for userChrome css / js programmers and user customizers to explore
- Host: GitHub
- URL: https://github.com/larygwil/ff-src-part
- Owner: larygwil
- Created: 2024-01-30T02:52:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T05:59:21.000Z (about 1 year ago)
- Last Synced: 2025-04-10T04:15:00.208Z (about 1 year ago)
- Topics: css, cutomize, firefox, userchrome
- Language: JavaScript
- Homepage:
- Size: 98.7 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox src part
Firefox's full source code is large. Here is part of it, which is <100MiB.
Here, HTML/JS/CSS, XUL/XPCOM, Glue, Interface code are included. Most C/C++ code removed.
For userChrome coders, .uc.css, .uc.js, customizers to explore.
## Related links
- [We still have Firefox userChrome JS script in the 2020s (introduction, tutorial, resources)](https://garywill.github.io/enblog/post/ucjs/)
- [A list of useful Firefox .uc.js scripts made by me](https://garywill.github.io/#Firefox-userChrome-CSS-or-JS)