improve README - firefox-fix-web - Firefox extension: fix web | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 658fcf04ef29a31af3b6842f412099c0b1a95234 | |
parent 5822c982e41ca46df0d51c0861ea605a07c0fc16 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 7 Aug 2018 20:29:34 +0200 | |
improve README | |
Diffstat: | |
M README | 10 ++++++++++ | |
1 file changed, 10 insertions(+), 0 deletions(-) | |
--- | |
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, li… | |
+the scripts in the global/ directory do. |