Guest User

Untitled

a guest
Jun 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var players = xpathAry("//a[@class='cleanlink continfo']");
  2.     for (var i = 0;i < players.length;++i) {
  3.       if (players[i].getAttribute("onclick") != players[i].getAttribute("onclick").replace(/([^, ])'([a-z_ ])/ig, "$1\\\'$2")) {
  4.         players[i].setAttribute("onclick", players[i].getAttribute("onclick").replace(/([^, ])'([a-z_ ])/ig, "$1\\\'$2"));
  5.         //alert(players[i].innerHTML);
  6.       }
  7.     }
Add Comment
Please, Sign In to add comment