Advertisement
rg443

widewallpapershd -> imgur thumbnails

May 4th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function print1(start) {
  2.    /*
  3.    http://www.widewallpapershd.info/file/3670/2560x1440/crop/wooden-bathroom.jpg
  4.    http://www.widewallpapershd.info/all.html
  5.    http://www.widewallpapershd.info/all/newest/204.html
  6.    http://www.widewallpapershd.info/files/interior/Children%20Bedroom.jpg
  7.    http://www.widewallpapershd.info/files/interior/
  8.    */
  9.    if (!start) start=3670;
  10.    for (var a=[],i=start;i>=start-450;i--) {a.push('<img src="http://127.0.0.'+ (i%3+1) + '/wp1/www.widewallpapershd.info/file/'+i+'/320x200/crop/'+i+'.jpg" style="width:320px;height:200px;" alt=""/>' )}
  11.    //for (var a=[],i=start;i>=start-150;i--) {a.push('<img src="http://www.widewallpapershd.info/file/'+i+'/320x200/crop/'+i+'.jpg" style="width:320px;height:200px;" alt=""/>' )}
  12.    //for (var a=[],i=start;i>=start-150;i--) {a.push('<img src="http://i'+ (i%3) + '.wp.com/www.widewallpapershd.info/file/'+i+'/320x200/crop/'+i+'.jpg" style="width:320px;height:200px;" alt=""/>' )}
  13.    document.body.innerHTML=a.join("");
  14.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement