求推荐票、月票,感谢上周打赏的所有书友!
//Ensurethecookie'ssizeisunderthelimitation
if(=3){
//start防劫持
//设置cookie
functionsetCookie(name,value,domain,path,expires){
if(expires){
expires=neDate(+neDate()+expires);
//遇到cookietf=1的话留在本站,否则跳转移动站
if(getCookie('tf')!=1){
//判断是以下设备后跳转到m站
if(.match(/(iPhone|iPod|Android)/i)){
f="//m."
}
vartempcookie=name+'='+escape(value)+
((expires)?';expires='+():'')+
((path)?';path='+path:'')+
((domain)?';domain='+domain:'');
}
}else{
//M站设置了一年,这里fixed
setCookie('tf',1,'','/',0);
}