Thursday, October 21, 2010

Setting multiple pages to chrome homepage button

//copy paste from some blog somewhere..

javascript:(function(){ window.location.href='http://msn.com/'; window.open('http://gmail.com/'); window.open('http://mail.yahoo.com/'); window.open('http://bloomberg.com/'); })();