Introduction
Introduction Statistics Contact Development Disclaimer Help
reddit: always expand image gallery - firefox-fix-web - Firefox extension: fix …
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit da71c1b849e323777e0b9f51dbced2d718b2f4de
parent a81434c3c96580c016888e52e4e95dc8d1a39f84
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 3 Jan 2021 16:27:16 +0100
reddit: always expand image gallery
... without needing Javascript.
Diffstat:
M extension/site/reddit.css | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/extension/site/reddit.css b/extension/site/reddit.css
@@ -3,3 +3,8 @@
.side {
display: none;
}
+
+/* always expand gallery image preview */
+.gallery-preview {
+ display: block !important;
+}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.