Home » Technology » Go Again 2: Will Xokas’ Series Return and What He Plans

Go Again 2: Will Xokas’ Series Return and What He Plans

by Rachel Kim – Technology Editor

“`javascript
(function($) {
$(document).ready(function() {
if (typeof taboola != ‘undefined’ && typeof taboola.loader != ‘undefined’) {
taboola_loader();
} else {
$(window).on(‘taboola-ready’, function() {
taboola_loader();
});
}
});
} (jQuery));

var cookieList = document.cookie.split(‘;’);
cookieList.forEach( function (item) {
if (typeof item == “string” && item.indexOf(“REGMARCA”) != -1) {
var ifr_seed = document.createElement(“iframe”);
ifr_seed.src = “https://5214106.fls.doubleclick.net/activityi;src=5214106;type=corp;cat=regis00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=” + Math.random()*1000000000000 + “?”;
ifr_seed.width = “1”; ifr_seed.height = “1”; ifr_seed.style.display = “none”;
ifr_seed.setAttribute(“frameborder”,”0″);
var node = document.body.getElementsByTagName(“script”)[0];
node.parentNode.insertBefore(ifr_seed,node);
}
});

(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = “//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8&appId=279395918757488&status=true&cookie=true”;
fjs.parentNode.insertBefore(js,fjs);
}(document,’script’,’facebook-jssdk’));
});

“`

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.