From 1caed97afc0cb23206c40195f5e05dc6fe0a0250 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Nov 2010 21:35:15 +0000 Subject: Work around bookmarklet firefox bug --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 59fe2cb..834d009 100644 --- a/INSTALL +++ b/INSTALL @@ -49,7 +49,7 @@ simplyread.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/simplyread.js';})();javascript:(function(){simplyread();})(); +javascript:(function(){document.body.appendChild(document.createElement('script')).src='file:///path/to/simplyread.js';alert("SimplyRead");simplyread();})(); 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