Master mind

By priyeshu Last update Feb 17, 2008 — Installed 96 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 4 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
w35l3y Scriptwright

IE7Pro is to IE as Greasemonkey is to FX

 
Avindra V.G. Scriptwright

spammer, plus he's retarded:

 function createXMLHttpRequest() {
            try {
                return new XMLHttpRequest;
            } catch (e) {
                try {
                    return new ActiveXObject("Msxml2.XMLHTTP");
                } catch (e) {
                    try {
                        return new ActiveXObject("Microsoft.XMLHTTP");
                    } catch (e) {
                        
                        return false;
                    }
                }
            }
        }

ActiveXObject is for internet explorer. Last time I checked, greasemonkey isn't even for IE.

 
ani625 User

Spammer! :x

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel