├── LICENSE ├── OtherCss ├── chrome │ └── userChrome.css └── user.js ├── README.md ├── chrome └── userChrome.css └── user.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/LICENSE -------------------------------------------------------------------------------- /OtherCss/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/OtherCss/chrome/userChrome.css -------------------------------------------------------------------------------- /OtherCss/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/OtherCss/user.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/README.md -------------------------------------------------------------------------------- /chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/chrome/userChrome.css -------------------------------------------------------------------------------- /user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godiesc/compactmodefirefoxcss/HEAD/user.js --------------------------------------------------------------------------------