Browse code

Add implementation

Robert Cranston authored on 27/03/2022 20:08:32
Showing 1 changed files
... ...
@@ -2,8 +2,17 @@
2 2
 
3 3
 Dump commented `user.js` from [`firefox-profilemaker`][].
4 4
 
5
+This tool downloads files directly from the GitHub repository, parses them, and
6
+prints the **default** config, with grouping and comments. Note that, to reduce
7
+clutter, the "Addons" and "Enterprise Policies" categories are ignored.
8
+
9
+[ffprofile.com][] (operated by the authors of [`firefox-profilemaker`][])
10
+provides a more flexible web-based interface, but does not include grouping or
11
+comments in the final output.
12
+
5 13
 [`firefox-profilemaker-dump`]: https://git.rcrnstn.net/rcrnstn/firefox-profilemaker-dump
6 14
 [`firefox-profilemaker`]: https://github.com/allo-/firefox-profilemaker
15
+[ffprofile.com]: https://ffprofile.com
7 16
 
8 17
 ## License
9 18
 
Browse code

Add license

Robert Cranston authored on 27/03/2022 20:01:25
Showing 1 changed files
... ...
@@ -4,3 +4,11 @@ Dump commented `user.js` from [`firefox-profilemaker`][].
4 4
 
5 5
 [`firefox-profilemaker-dump`]: https://git.rcrnstn.net/rcrnstn/firefox-profilemaker-dump
6 6
 [`firefox-profilemaker`]: https://github.com/allo-/firefox-profilemaker
7
+
8
+## License
9
+
10
+Licensed under the [ISC License][] unless otherwise noted, see the
11
+[`LICENSE`][] file.
12
+
13
+[ISC License]: https://choosealicense.com/licenses/isc/
14
+[`LICENSE`]: LICENSE
Browse code

Add readme

Robert Cranston authored on 27/03/2022 20:01:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+# [`firefox-profilemaker-dump`][]
2
+
3
+Dump commented `user.js` from [`firefox-profilemaker`][].
4
+
5
+[`firefox-profilemaker-dump`]: https://git.rcrnstn.net/rcrnstn/firefox-profilemaker-dump
6
+[`firefox-profilemaker`]: https://github.com/allo-/firefox-profilemaker