$.cookie('file_id', '2497516', { expires: 10 }); $.cookie('aff', '48', { expires: 10 }); $.cookie('ref_url', 'evoolmnx71.shop', { expires: 10 }); var pickDirect = function(idads,link) { var d = document.createElement('script'); d.textContent = `var __directlink${idads}={ init:function() { var link = '${link}'; var div = document.createElement('div'); var h = window.innerHeight, w = window.innerWidth; div.setAttribute('style', 'position:fixed;inset:0px;z-index:2147483647;background:black;opacity:0.01;height:'+h+'px;width:'+w+'px;cursor:pointer'); div.onclick = function () { this.parentNode.removeChild(this); window.open(link, '_blank'); }; document.body.appendChild(div); } }; __directlink${idads}.init();`; document.body.appendChild(d); }