A little trick to show the ID “digg@digg.digg” is available for yourself!

 

digg@digg.digg

This little Javascript shows that Yourname@yourname.yourname is available on the Microsoft’s Website. Its just a little flaw and needs to be rectified. It just doesn’t allow us to get that email ID for ourselves. When we register using this email ID, we get the following error.

error while signing up

And now the javascript which makes this possible

javascript: var p = ‘digg.’; var ds = new Array(‘com’, ‘digg’);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 the digg by the name you wish :)

Speak Your Mind

*