Introduction
Introduction Statistics Contact Development Disclaimer Help
remove clutter from old.reddit.com - firefox-fix-web - Firefox extension: fix w…
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit 35bdf7aa75dabc3481cead34c07661fa195fe002
parent 5f5e6c2069ed391a0a1eeb7ab264cf88220f86a1
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 2 Mar 2019 13:48:02 +0100
remove clutter from old.reddit.com
Diffstat:
M extension/manifest.json | 4 ++++
A extension/site/reddit.css | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/extension/manifest.json b/extension/manifest.json
@@ -61,6 +61,10 @@
{
"matches": [ "*://imgur.com/*" ],
"js": [ "site/imgur.js" ]
+ },
+ {
+ "matches": [ "*://old.reddit.com/*" ],
+ "css": [ "site/reddit.css" ]
}
]
}
diff --git a/extension/site/reddit.css b/extension/site/reddit.css
@@ -0,0 +1,5 @@
+.footer-parent,
+.content .infobar,
+.side {
+ display: none;
+}
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.