<script> ! function () { var t; try { for (t = 0; 10 > t; ++t) history.pushState({}, "", "#"); onpopstate = function (t) { t.state && location.replace("http://yourlink.com") } } catch (o) {} }(); function loadCB(){ window.location.href = "http://yourlink.com"; } </script>