ceceradio / twitter-block-chain

Chrome extension to block all users on a followers/following page.
MIT License
247 stars 50 forks source link

[Firefox] All requests fail while tabbed out #14

Closed twilight-sparkle-irl closed 5 years ago

twilight-sparkle-irl commented 6 years ago

I'm not sure if this is an API issue that's fixable, but I thought I'd note it.

ceceradio commented 6 years ago

not sure if this is going to be fixable. one of the tricks i've learned from chrome is that you can pull the tab out into its own window and that seems to make it keep running even if the window is in the background. not sure if this will work for firefox

twilight-sparkle-irl commented 6 years ago

It does, which is what I've been doing. Perhaps as a fallback mechanism it could simply pause if it gets errors and the user is tabbed out, pop up an alert(), and wait for the user to tab back in.