function aaa(){ window.close(); } function ck() { console.profile(); console.profileEnd(); if(console.clear) { console.clear() }; if (typeof console.profiles =="object"){ return console.profiles.length > 0; } } function hehe(){ if( (window.console && (console.firebug || console.table && /firebug/i.test(console.table()) )) || (typeof opera == 'object' && typeof opera.postError == 'function' && console.profile.length > 0)){ aaa(); } if(typeof console.profiles =="object"&&console.profiles.length > 0){ aaa(); } } hehe(); window.onresize = function(){ if((window.outerHeight-window.innerHeight)>200) aaa(); }

评论排行榜

华恋~韵 2019-07-10 17:30 阅读:382 评论:1 推荐:1
华恋~韵 2019-07-09 16:49 阅读:518 评论:1 推荐:0
华恋~韵 2019-06-16 16:55 阅读:991 评论:1 推荐:1