Is totally impossible to auto-open chrome tabs using scripts like:
or
window.open("http://www.google.com/", "_blank");
or similar??
Im trying using events like click
, trigger
, but:
- if browser's popup-block is enabled, these pages can not be opened,
- when popup-block is disabled, the pages are opened as external window (like popup)