Having a frustrating issue with my code that is causing problems when used as a Chrome Extension.
Despite checking and confirming that the code should work correctly, it seems to stop opening pages after tab 25. I have verified that the code attempts to open each link as intended, but for some reason it's failing beyond tab 25. Any suggestions on how to fix this?
for (x = 0; x<55; x++){
window.open();
}