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>
