I'm building something ONLY for Chrome.
I want to open several tabs with window.open
(which Chrome blocks but I can live with enabling it).
But Chrome opens them as new windows instead of tabs!
And for some unclear reason I found only information regarding the opposite. How can I achive this?
And if at it, how can I invoke programmatic tab openings without Chrome blocking them?
EDIT: I have seen some posts saying it's not possible and that's it's a browser preference. First of all, I have no idea how to set that preference! Secondly, I saw people claiming they did it, so who to believe to?
EDIT 2: I found out that Chrome opens new windows and not open tabs because it's a JavaScript window opening and not user clicks. Anyone knows how I can fake a real click? Because calling the click event still counts as not user clicks