Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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