11月16日
添加无限列表项
MSN Space的列表数是有限的,只要将如下的一段代码(全部紫色字体)在space编辑状态下输入地址栏,回车就能新建一个列表,重复可以建立无限个列表项。
javascript:var a=window.location.href;var b='http://spaces.msn.com/members/';if(a.match(b)){ a=a.substring(b.length+0); a=a.substring(0,a.indexOf('/'));Action('addlist','<b>添加列表</b><br>输入列表的名称,然后单击“确定”。',new Array('列表名称'),null,new Array('128'),b+a+'/PostAcceptor.aspx',null);}