improve README - firefox-fix-web - Firefox extension: fix web
HTML git clone git://git.codemadness.org/firefox-fix-web
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 658fcf04ef29a31af3b6842f412099c0b1a95234
DIR parent 5822c982e41ca46df0d51c0861ea605a07c0fc16
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 7 Aug 2018 20:29:34 +0200
improve README
Diffstat:
M README | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
DIR diff --git a/README b/README
@@ -5,10 +5,12 @@ Features
"autofocus" is present.
- fiximg.js: Fixup some elements to show images. Javascript is commonly abused
to "lazyload" images.
+- Some overrides per site, see the site/ directory.
Build dependencies
------------------
+
- POSIX shell
- Make
- zip
@@ -16,6 +18,7 @@ Build dependencies
Build
-----
+
make
@@ -29,3 +32,10 @@ xpinstall.signatures.required to true
Then on the add-ons page load the .xpi file from disk or from a url.
+
+
+Contribute
+----------
+
+Please contribute scripts and send them to me. Preferably in a generic way, like
+the scripts in the global/ directory do.