go into settings ==> show home button ==> change ==> insert this js code: (replace site1.org, site2.org with your sites)
- Code: Select all
javascript:(function(){ window.location.href='http://site1.org/'; window.open('http://site2.com/'); })();
you can add other addresses / sites (not only 2) adding some other sequences of this type:
window.open('http://siteN.com/');its working when you push home button but when you are on a real page (not on the empty new page)