![]() | ![]() Unused! |
<script> var a = document.getElementsByTagName('a'); for (var i = 0, j = a.length; i < j; i++) { if(/^redirect\.php/.test(a[i].getAttribute("href"))){ a[i].addEventListener("click",function(e){ e.preventDefault(); url = this.getAttribute("href").split("url=")[1]; window.location = decodeURIComponent(url) ; }) } } </script>