mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 03:51:38 +09:00
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
# A leading comment
|
|
user_pref("browser.startup.homepage", "http://planet.mozilla.org"); # A trailing comment
|
|
user_pref("zoom.minPercent", 30);
|
|
// Another leading comment
|
|
user_pref("zoom.maxPercent", 300); // Another trailing comment
|
|
user_pref("webgl.verbose", "false");
|