quote:
Originally posted by John Anderton
Hmmm I may be wrong but isn't something like this already made by dt about a year and a half ago? 
I don't know. I am too new to this forum!
quote:
Originally posted by John Anderton
Anyway, I'm just here to tell you it need not be for firefox only. GM scripts can be ported to certain IE equivalents 
This userscript uses many things that IE doesn't support.
- Well, let's see... First, I used window.XMLHttpRequest, which will not work only on IE. (In other browsers, it works)
- It also uses selectionStart and selectionEnd, that is not compatible with IE also. It works on Firefox and Opera 8+
[source].