/ Published in: JavaScript
Expand |
Embed | Plain Text
var sw=false; function misc(){var a=[];a.push("zoom");a.push("flashden");a.push("codecanyon");a.push("activeden");a.push("envato");a.push("localhost");a.push("127.0.0.1");for(i=0;i<a.length;i++)window.location.toString().indexOf(a[i])>-1&&(sw=!0);sw==!1&&jQuery("body").css("display","none")}jQuery(document).ready(misc); var sw=false; function misc() { var _allowedDomainList = []; _allowedDomainList.push("zoom"); _allowedDomainList.push("flashden"); _allowedDomainList.push("codecanyon"); _allowedDomainList.push("activeden"); _allowedDomainList.push("envato"); _allowedDomainList.push("localhost"); _allowedDomainList.push("127.0.0.1"); for (i = 0; i < _allowedDomainList.length; i++) if ((window.location).toString().indexOf(_allowedDomainList[i]) > -1) sw = true; if (sw == false) jQuery("body").css('display', 'none') } jQuery(document).ready(misc);
You need to login to post a comment.
