mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-21 04:50:48 -07:00
initial commit
This commit is contained in:
commit
a5a5672aa1
3 changed files with 359 additions and 0 deletions
6
program/config.js
Normal file
6
program/config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// skip 1st line
|
||||
try {
|
||||
let Cu = Components.utils;
|
||||
Cu.import('resource://gre/modules/osfile.jsm');
|
||||
Cu.import(OS.Path.toFileURI(OS.Constants.Path.profileDir)+'/chrome/utils/boot.jsm');
|
||||
} catch(ex) {};
|
||||
2
program/defaults/pref/config-prefs.js
Normal file
2
program/defaults/pref/config-prefs.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pref("general.config.obscure_value", 0);
|
||||
pref("general.config.filename", "config.js");
|
||||
Loading…
Add table
Add a link
Reference in a new issue