$(document).ready(function() {
var urlRedirectLandingPage = 'http://somepage.com?redirectUrl=';
$('a').each(function(a, e) {
if (e.href.indexOf(window.location.hostname) > -1) {
return;
}
$(e).onclick(function(elem) {
elem.preventDefault();
window.location.href = urlRedirectLandingPage + elem.href;
}
}
}
viernes, 17 de mayo de 2019
Home »
» Interstitial page before every external link?
Interstitial page before every external link?
Translate = traduce
Nuestros ultimos
-
buscar name='viewport'/> eliminarla <meta content='width=device-width, initial-scale=1, maximum-scale=1' name =...
-
Hello I would like to show you how to earn with WaitAds Advertising Network, best CPM, WaitAds is an Advertising Network, that allo...
-
WaitAds advertising Network supports server-to-server (s2s) conversion tracking as well as client-side (cookie based) tracking. That ...






0 comentarios:
Publicar un comentario