Nov 10
注冊live.com郵箱方法
Posted on Friday, November 10, 2006 in 網絡趣聞
- Open http://get.live.com/getlive/overview
- Click the [Sign up] button and you will come to the registration page.
- Run the javascript in the address bar of your browser.
- Sign up an Windows Live ID @live.com
- enjoy~
Javascript:
javascript: var p = ‘live.’; var ds = new Array(‘com’, ‘cn’, ‘fr’, ‘it’, ‘nl’); for (var i = 0; i < ds.length; i ++){document.getElementById(‘idomain’).options[i] = new Option(p + ds[i], p + ds[i])} alert(‘domains added’);

Be the first to comment.