hardwareinfo.css - firefox-fix-web - Firefox extension: fix web
 (HTM) git clone git://git.codemadness.org/firefox-fix-web
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) 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 }