8bf9180b3f
I just added some useful links about openSUSE in the about:newtab page. OBS-URL: https://build.opensuse.org/request/show/957773 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=151
17 lines
1.1 KiB
JavaScript
17 lines
1.1 KiB
JavaScript
pref("browser.display.use_system_colors", true);
|
|
pref("general.smoothScroll", true);
|
|
pref("font.default", "sans-serif");
|
|
pref("font.default.x-western", "sans-serif");
|
|
pref("font.name.monospace.x-western", "monospace");
|
|
pref("font.name.monospace.x-unicode", "monospace");
|
|
pref("network.negotiate-auth.gsslib", "GSSAPI");
|
|
pref("print.print_edge_top", 14); // 1/100 of an inch
|
|
pref("print.print_edge_left", 16); // 1/100 of an inch
|
|
pref("print.print_edge_right", 16); // 1/100 of an inch
|
|
pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
|
pref("accessibility.typeaheadfind.soundURL", "default");
|
|
pref("startup.homepage_welcome_url", "");
|
|
pref("startup.homepage_override_url", "");
|
|
|
|
//about:newtab pinned sites
|
|
pref("browser.newtabpage.pinned", "[{\"url\":\"https://news.opensuse.org/\",\"label\":\"News\"},{\"url\":\"https://doc.opensuse.org/\",\"label\":\"Docs\"},{\"url\":\"https://en.opensuse.org/Portal:Wiki\",\"label\":\"Wiki\"},{\"url\":\"https://software.opensuse.org/\",\"label\":\"Software\"},{\"url\":\"https://forums.opensuse.org/\",\"label\":\"Forum\"},{\"url\":\"https://planet.opensuse.org//\",\"label\":\"Planet\"}]"); |