hardwareinfo.css - firefox-fix-web - Firefox extension: fix web | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
hardwareinfo.css (232B) | |
--- | |
1 #overlay { | |
2 display: none !important; | |
3 } | |
4 | |
5 #sitearea > div:not([id='content']) *, | |
6 #sitearea > div:not([id='content']) { | |
7 display: none !important; | |
8 color: transparent !important; | |
9 border: 0 !important; | |
10 background: none !important; | |
11 } |