From f0ee8dc6fcb45ffc3b3b00e410cc267dac6e7427 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 2 Nov 2010 22:04:13 +0000 Subject: Recommend more reliable bookmarklet code --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') 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 -- cgit v1.2.3