gamekings.css - firefox-fix-web - Firefox extension: fix web | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
gamekings.css (356B) | |
--- | |
1 .getpremium, .slider { | |
2 display: none !important; | |
3 | |
4 } | |
5 .content { | |
6 opacity: 1 !important; | |
7 } | |
8 .post__image { | |
9 top: 0 !important; | |
10 left: 0 !important; | |
11 width: 100% !important; | |
12 height: 100% !important; | |
13 position: static !important; | |
14 transition: none !important; | |
15 transform: none !important; | |
16 } | |
17 .video { | |
18 overflow: initial !important; | |
19 height: auto !important; | |
20 } |