Poker Poker Thành viên [Off] [#] (20.08.2018 / 21:07)
Copy và bỏ vào foot
  1.  
  2. <script>
  3. var poker = document.getElementsByTagName('a');
  4. for(i=0;i< poker.length;i+=1) {
  5. poker[i].addEventListener("click",function(e){
  6. if(/redirect.php/.test(this.href)){
  7. e.preventDefault();
  8. url = this.href.split("url=")[1];
  9. window.location = url;
  10. }
  11. });
  12. }
  13. </script>