some dotfiles and tools

This commit is contained in:
He4eT 2018-08-29 01:32:41 +05:00
commit c0b7d66189
11 changed files with 775 additions and 0 deletions

10
firefox/userChrome.css Normal file
View file

@ -0,0 +1,10 @@
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}