we're trying to outsmart Chrome into thinking that our popup is "loaded" and ready to go. (otherwise it waits for all external assets to load before popping-up the popup.) With this change, the popup appears immediately, but as a correctly-sized empty gray box.
adds an ugly ugly setTimeout as a workaround for https://bugs.chromium.org/p/chromium/issues/detail?id=649942
we're trying to outsmart Chrome into thinking that our popup is "loaded" and ready to go. (otherwise it waits for all external assets to load before popping-up the popup.) With this change, the popup appears immediately, but as a correctly-sized empty gray box.
Will fix #42.