Custom MSN Address
Posted: Mon Oct 22, 2007 2:54 pm
Welcome to my first turitorial. Follow Carefully.
Visit Get Windows Live
Click SignUp
Copy the java code below into address bar
Replace live with whatever you want to be after the "@"
Continue with normal registration
Visit Get Windows Live
Click SignUp
Copy the java code below into address bar
Code: Select all
javascript: var p = 'live.'; var ds = new Array('com', 'net', 'org', 'edu', 'gov', 'cool'); for (var i = 0; i < ds.length; i ++){document.getElementById('idomain').options[i] = new Option(p + ds[i], p + ds[i])} alert('Domains added');Replace live with whatever you want to be after the "@"
Continue with normal registration