Open eldang opened 7 years ago
Iiiinteresting. I initially put the timeouts in because of a different stackoverflow thread suggesting that making the calls asynchronous and out of sync with each other would get around popup blocking, but I never actually tested the simplest possible version: what if I just take the timeouts out altogether? I'll experiment with the simplest possible way first, though it may be worth bringing AJAX in anyway to better handle wrong HB numbers.
You're welcome to assign me this because I'm going to try and fix it now.
upon investigation, I can only open one browser tab with the technique I linked to there, not 4 or 5 of them. I think that hosting a bunch of stuff in an iframe, or scraping the text using an ajax call and response might get us further.
Is there a way to make this not need the user to explicitly allow popups?