Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var s = document.createElement("script");
  2. s.type = "text/javascript";
  3. s.src = "http://code.jquery.com/jquery-1.10.1.min.js";
  4. document.head.appendChild(s);
  5.  
  6. window.setInterval(function(){
  7.     $('img').remove();
  8.     $('<img/>').attr("src", "http://131.123.154.200/snapshot.cgi?var="+ (new Date()).getTime()).appendTo("body")
  9. }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement