Guest User

Untitled

a guest
Apr 1st, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. setInterval (function (x){ x = new XMLHttpRequest (); x.open ('GET', ''); x.onreadystatechange = function (){ if (x.readyState == 4 && x.status == 200) $ ('[data-element-term="follower_stats"] strong').text (x.responseText.match (/follower_stats.+?(\d[\d\s]*)/)[1]) }; x.send () }, 1e3);
Advertisement
Add Comment
Please, Sign In to add comment