cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 205 forks source link

Firefox `selection.toString` method call added #45

Closed zloster closed 10 years ago

zloster commented 10 years ago

This should enable selection to be used for reading in Firefox browsers. See bug #28. I've tested it with Firefox and Chrome browsers on Windows. I was using the following bookmarklet code:

javascript:(function(){if(window.sq){window.sq.closed&&window.document.dispatchEvent(new%20Event('squirt.again'));}else{window.sq={};window.sq.userId='27ac432c-8659-4b64-9930-6e72ea11b9c6';s=document.createElement('script');s.src='https://raw.github.com/zloster/squirt/gh-pages/bm/squirt.js';s.s=window.location.search;s.idx=s.s.indexOf('sq-dev');if(s.idx!=-1){s.ampIdx=s.s.indexOf('&');s.host=s.s.substring(s.idx+7,s.ampIdx==-1?s.s.length:s.ampIdx);s.src='http://'+(s.host?s.host:'localhost')+':4000/zloster/squirt/gh-pages/bm/squirt.js';}document.body.appendChild(s);}})();