mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-17 04:11:37 -07:00
6 lines
205 B
JavaScript
6 lines
205 B
JavaScript
// 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) {};
|