Advertisement
rg443

thumbgrid1

Feb 17th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // thumbgrid1
  2. function thumbgrid1(){var a=hl.match(/^\w+/gim).map(function(v,i){return "<img src=\"http://127.0.0."+ ((i % 12)+1) +"/wp1/i.imgur.com/"+v+".jpg?resize=280,280\" alt=\"\" width=\"280\" height=\"280\"/>"});
  3. document.body.insertAdjacentHTML("beforeEnd","<div id=\"thumbgrid1\" style=\"margin-top:50px\">"+ a.join("") +"</div>");}
  4. hl&& setTimeout(function(){thumbgrid1();document.getElementById("thumbgrid1").scrollIntoView(true);},200);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement