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
---
README (1006B)
---
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 centralized moderation and centralized
32 management of signatures). It also makes writing extensions for local use too
33 much of a hassle.
34
35 In modern Firefox versions this setting is not always respected. The ESR or
36 developer edition may work. See the Mozilla extension documentation for more
37 information.
38
39 Then on the add-ons page load the .xpi file from disk or from a url.
40
41
42 Contribute
43 ----------
44
45 Please contribute scripts and send them to me. Preferably in a generic way, like
46 the scripts in the global/ directory do.