README - firefox-fix-web - Firefox extension: fix web
(HTM) git clone git://git.codemadness.org/firefox-fix-web
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README (879B)
---
1 Features
2 --------
3
4 - focus.js: Focus the first input field with ctrl-space if no input with
5 "autofocus" is present.
6 - fiximg.js: Fixup some elements to show images. Javascript is commonly abused
7 to "lazyload" images.
8 - Some overrides per site, see the site/ directory.
9
10
11 Build dependencies
12 ------------------
13
14 - POSIX shell.
15 - POSIX make.
16 - zip
17
18
19 Build
20 -----
21
22 make
23
24
25 Install
26 -------
27
28 in about:config set
29 xpinstall.signatures.required to false
30
31 (I don't support Mozilla add-on store nazism)
32
33 In modern Firefox versions this setting is not always respected. The ESR or
34 developer edition may work. See the Mozilla extension documentation for more
35 information.
36
37 Then on the add-ons page load the .xpi file from disk or from a url.
38
39
40 Contribute
41 ----------
42
43 Please contribute scripts and send them to me. Preferably in a generic way, like
44 the scripts in the global/ directory do.