05-29-2008, 03:52 PM
This is a javascript code that will allow you to create custom emails for hotmail.com.....
Directions:
1) Go to https://signup.live.com/newuser.aspx?mkt...s=03&lic=1
2) Edit the code with whatever custom domain you want
3) Copy and paste the code into your address bar and hit enter
4) Choose your new custom domain from the drop down list and proceed to sign up normally.
Code:
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');alert('Matt @ www.hackforums.net')Directions:
1) Go to https://signup.live.com/newuser.aspx?mkt...s=03&lic=1
2) Edit the code with whatever custom domain you want
3) Copy and paste the code into your address bar and hit enter
4) Choose your new custom domain from the drop down list and proceed to sign up normally.
