From 682532e990d894b9b03d9f105960bf1900c03221 Mon Sep 17 00:00:00 2001 From: Gary W <32130780+garywill@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:36:09 +0000 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..0e1b77fb7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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)