抄也抄的精彩之抄来的pop under代码
一直在找能在各种浏览器下使用的pop under代码,要求在点击页面的时候弹出,并且加入cookies的限制其实各种大人站有很多这种代码,经过俺的实践,chaturbate.com的代码最简单有效实用
function doMyStuff($) { $(document).ready(function(){ var ran_yet = false; $("a,body,input").click(function() { if (ran_yet) { return; } ran_yet = true; var cookiename = 'nopopchaturbate'; var val = getCookie(cookiename); if (!val) { val = 1; } else { val = parseInt(val); } setCookie(cookiename, val + 1, 1); if (val != 1) { return; } var windowprops = "width=1024,height=768,location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,top=1,left=1"; var url = "http://www.youraffiliatelink.com"; var myWin = window.open(url, "", windowprops); myWin.blur(); window.focus(); }); }); } function setCookie(c_name,value,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()); document.cookie=c_name + "=" + c_value; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0; i < ARRcookies.length; i++) { x=ARRcookies.substr(0,ARRcookies.indexOf("=")); y=ARRcookies.substr(ARRcookies.indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name) { return unescape(y); } } } function check() { return window.jQuery && jQuery.fn && /^1\./.test(jQuery.fn.jquery); } if ( check() ) { doMyStuff( jQuery ); } else { var script = document.createElement('script'), timer = setInterval(function(){ if ( check() ) { clearInterval(timer); document.body.removeChild(script); doMyStuff( jQuery.noConflict(true) ); } }, 30); script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js'; document.body.insertBefore( script, document.body.firstChild ); }将www.youaffiliatelink.com换成你的链接即可
Mark,实用。 我也一直在找 感谢河马
我最好的弹出率是60% flyingdog 发表于 2015-1-27 11:19
我最好的弹出率是60%
你pop 的啥offer
我在一直在测试。。。 河小马 发表于 2015-1-27 11:25
你pop 的啥offer
我在一直在测试。。。
游戏类的 本帖最后由 狼行天下 于 2015-1-27 12:10 编辑
效果不错!!!!
不错 试试效果 实用,不知道有没有强制pop up的代码,有就更爽了。:lol 好啊好啊 马克吐温 这个代码 cookies是怎么限制的呀、、? 会被拦截吗? good ! shou le market......