squirt
squirt copied to clipboard
Does not read highlighted selection in newest stable Firefox 31
Instead of reading the selection it reads the entire document.
Same problem - actually just spat out the JS in the document for me instead of the text
squirt uses window.getSelection() function, which does not work on text selected in form fields due to this Firefox bug.