I\'m trying to open multiple links at once in Google Chrome in new tabs but it fails.
Problems:
The best way to open multiple tabs or windows is by using setTimeout() of 500ms.
setTimeout()
window.open("https://facebook.com", "one", windowFeatures); setTimeout(function(){ window.open("https://facebook.com", "two", windowFeatures); }, 500);