Advertisement
Guest User

Untitled

a guest
May 5th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var jim = function() {
  2. c.concat(c2).forEach(function(catNum) {
  3. document.querySelector('img[src="src/img/animals3/pic (' + catNum + ').jpg"]').click();
  4. });
  5. }
  6.  
  7. // jim every 200ms
  8. var jimInterval = setInterval(jim, 200);
  9.  
  10. // clearInterval(jimInterval);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement