mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-18 04:41:20 -07:00
Add chromeDir to _ucUtils
This commit is contained in:
parent
a5a5672aa1
commit
461d1237d6
1 changed files with 2 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ let _uc = {
|
|||
|
||||
createFileURI: (fileName) => ( _uc.createFileURI(fileName) ),
|
||||
|
||||
get chromeDir(){ return {get files(){return _uc.chromeDirEntries},uri:_uc.BASE_FILEURI} },
|
||||
|
||||
getFSEntry: (fileName) => ( _uc.getDirEntry(fileName) ),
|
||||
|
||||
getScriptData: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue