Advertisement
rg443

wallpaperstate.org -> imgur

Mar 23rd, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // http://wallpaperstate.org/
  2. var a=document.body.innerHTML.match(/http[^\s]*?\.jpg/gim);
  3. a.forEach(function(v,i,a){a[i]=v.replace("thumbs/thumbs_","")});
  4. var r=new XMLHttpRequest();
  5. r.open("POST","http://176.34.162.148/jabry/imgur1.asp?u=&b=",true);
  6. r.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  7. r.onreadystatechange=function(){if (this.readyState==4) {window.hl=this.responseText; console.log(hl)} }
  8. r.send("u=" + a.join(","));a.join("\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement