Advertisement
rdsedmundo

loveyou

Jan 19th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var _interval = setInterval(function () {
  2.     var _vec = document.querySelectorAll("LmNoYXQtc3RhdHVzID4gc3Bhbg");
  3.  
  4.     var _k = _vec[_vec.length - 1].innerText;
  5.     console.log("Testing...=" + _k);
  6.     if (_k == "online") {
  7.           clearInterval(_interval);
  8.           location.href = "http://www.google.com.br/";
  9.     }
  10. }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement