summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-02 22:04:13 +0000
committerNick White <git@njw.me.uk>2010-11-02 22:04:13 +0000
commitf0ee8dc6fcb45ffc3b3b00e410cc267dac6e7427 (patch)
tree60a2d0a443d2a21ce74f7a81de68ff5b9daa83fe
parente949e8ce1de0080d176e0cf7815a6cf3e2d9d8cb (diff)
Recommend more reliable bookmarklet code
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3c835e9..b4f672f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,7 +40,7 @@ readable.js.
To use this as a 'bookmarklet', create a new bookmark with an address of:
-javascript:(function(){document.body.appendChild(document.createElement('script')).src='file:///path/to/readable.js';readable()})();
+javascript:(function(){document.body.appendChild(document.createElement('script')).src='file:///path/to/readable.js';})();javascript:(function(){readable();})();
Note that due to browsers being afraid of mixing local and remote files
this may not work for http:// addresses. If this is the case, you can