<html>
<head>
<BASE HREF="http://improveneo.com.wstub.archive.org/update.php/improveneo08.user.js">

<style>
body{background:black;}

#title{
color:white;
font-size:80px;
font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
}


#motto{
position:relative;
left:120px;
bottom:20px;
color:white;
font-size:50px;
font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
}


#container{
width:600px;
margin:auto;
text-align:left;
}

a
{
color:white;
font-size:30px;
letter-spacing:1px;
text-decoration:none;
font-family:sans-serif;
}
a:hover
{
text-decoration:underline;
}
p
{
color:white;
font-size:16px;
letter-spacing:0px;
text-decoration:none;
font-family:sans-serif;
}
</style>
</head>
<body>
<center>
<div id='container'>
<span id='title'>ImproveNeo</span>
<br />
<span id='motto'>Latest Update</span>
<br />
<p><b>29th January 12:20AM EST</b></p>
<p>
According to our own internal tests, it appears as though The Neopets Team is deleting the first five rows of an Shop Wizard Query, if you are using Greasemonkey. 
</p>
<p>Thanks,
mac</p>
<br />
<p><b>27th January 10:20PM EST</b></p>
<p>
It appears as though The Neopets Team is silently including whether you use Greasemonkey or not when you search the shop wizard. According to my tests, nothing is different whether you are or are not using Greasemonkey. That said, they could silently be recording who does and does not use Greasemonkey, so I would recommend everyone stop using it immediatly.
</p>
<p>Thanks,
mac</p>
</div>
</center>
</body>

<SCRIPT language="Javascript">
<!--

// FILE ARCHIVED ON 20070224113549 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20090413174023.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).

   var sWayBackCGI = "http://web.archive.org/web/20070224113549/";

   function xResolveUrl(url) {
      var image = new Image();
      image.src = url;
      return image.src;
   }
   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++) {
         var url = aCollection[i][sProp];         if (typeof(url) == "string") { 
          if (url.indexOf("mailto:") == -1 &&
             url.indexOf("javascript:") == -1
             && url.length > 0) {
            if(url.indexOf("http") != 0) {
                url = xResolveUrl(url);
            }
            url = url.replace('.wstub.archive.org','');
            aCollection[i][sProp] = sWayBackCGI + url;
         }
         }
      }
   }

   xLateUrl(document.getElementsByTagName("IMG"),"src");
   xLateUrl(document.getElementsByTagName("A"),"href");
   xLateUrl(document.getElementsByTagName("AREA"),"href");
   xLateUrl(document.getElementsByTagName("OBJECT"),"codebase");
   xLateUrl(document.getElementsByTagName("OBJECT"),"data");
   xLateUrl(document.getElementsByTagName("APPLET"),"codebase");
   xLateUrl(document.getElementsByTagName("APPLET"),"archive");
   xLateUrl(document.getElementsByTagName("EMBED"),"src");
   xLateUrl(document.getElementsByTagName("BODY"),"background");
   xLateUrl(document.getElementsByTagName("TD"),"background");
   xLateUrl(document.getElementsByTagName("INPUT"),"src");
   var forms = document.getElementsByTagName("FORM");
   if (forms) {
       var j = 0;
       for (j = 0; j < forms.length; j++) {
              f = forms[j];
              if (typeof(f.action)  == "string") {
                 if(typeof(f.method)  == "string") {
                     if(typeof(f.method) != "post") {
                        f.action = sWayBackCGI + f.action;
                     }
                  }
              }
        }
    }


//-->
</SCRIPT>

</html>