-
Notifications
You must be signed in to change notification settings - Fork 77
# Installation
First of all, download flyingfox from release page.
- extract and copy
/user.jsfile to your profile directory. - extract and copy
chrome/directory in your userprofile folder. If you don't know where your profile directory is, typeabout:supportin firefox urlbar and hit enter > look forProfile Directory. - under customize, make sure you have selected either
darkorlightthemes. The newerdefaultandalpenglowthemes aren't supported.

See previews for all the options here
The userChrome CSS has few options that can all be controlled using the webapp. Alternatively, you can also control them yourself by editing the import statements in config.css as described below(You can set them pretty much anywhere but doing it config.css keeps them well managed and prevents including unnecessary files since some options overwrite others).
The lines with + in front should be included and, the ones with - should NOT be included for the corresponding option to be set properly.
-
Sidebar
- Sidebar Hover
+ @import "userChrome-hover.css"; - @import "userChrome-static.css";
- Sidebar Static
- @import "userChrome-hover.css"; + @import "userChrome-static.css";
- Sidebar Hover
-
Handle Extension icons
+ @import 'icons/extension-icons.css'; -
Include horizontal tabline
- @import 'hide-tabline.css'; - @import 'window-controls/wc-without-tabline.css'; - @import 'window-controls/wc-wt-windowspatch.css';
-
Window Controls
Make sure under customize
Title baris unchecked.See customize window-controls for options to control window-controls positioning.
-
Without Tabline
- on LEFT side
+ @import 'hide-tabline.css'; + @import 'window-controls/wc-without-tabline.css';
- on RIGHT side
+ @import 'hide-tabline.css'; + @import 'window-controls/wc-without-tabline-r.css';
- either LEFT/RIGHT for WINDOWS10 should also include this file
+ @import 'window-controls/wc-wt-windowspatch.css';
- on LEFT side
-
With Tabline
-
on LEFT side
- @import 'window-controls/wc-without-tabline.css'; - @import 'window-controls/wc-without-tabline-r.css'; - @import 'window-controls/wc-wt-windowspatch.css'; + @import 'window-controls/wc-with-tabline.css';
-
on RIGHT side
WIP
-
either LEFT/RIGHT for WINDOWS10 should also include this file
WIP: Tabline with window controls has not been tested on windows so might not work.
-
-
Without Tabline
- install treestyletab from here
- press
ctrl+shift+aand go to treestyletab preferences. - Appearance > Sidebar Position >
selectMake sure "Left Side" is selected.left sideif you're using static sidebar, andright sideif hover sidebar


-
Treestyletab types:
-
treestyletab/config.cssfor static sidebar -
treestyletab/config-hover.cssfor hover sidebar.
-
-
Advanced > Extra style rule >
- Either paste your chosen css in the text area at the bottom
- or select "Load from File" and select the respective tst css file.
