Hey #Firefox hackers!
-
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
-
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
@pluralistic does that happen on mobile firefox also?
if not change user agent to sed mobile useragent? -
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
@pluralistic is this background tab throttling? Sounds like that’s not what you tried disabling. This website seems semi decent at offering help: https://www.itechtics.com/disable-tab-throttling/#disable-sleeping-tabs-in-google-chrome
-
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
Why are you trying to bypass a security feature of your bank? Because that's obviously what this is, so that nothing shady can happen in the background without your knowledge. This post seems pretty suspicious to me.
Maybe your interests are completely innocent, but this kind of bypass can and likely has been used nefariously.
-
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
@pluralistic Try this extension https://addons.mozilla.org/en-US/firefox/addon/always-visible/
-
@pluralistic Try this extension https://addons.mozilla.org/en-US/firefox/addon/always-visible/
@c01x Thanks!
-
Hey #Firefox hackers! My credit card issuer, Chase, does something funky where its page won't load unless it's in the focused tab:
https://secure.chase.com/web/auth/dashboard
I want to get it to load in the background instead.
Any ideas? I tried turning off all the lazy-load-enabled settings in about:config but that didn't work.
I get the same results in Chrome and Firefox: if you open that URL in a background tab it waits for you to switch to it, so it looks like something Chase is doing on purpose.
When it does render, the url is updated to https://secure.chase.com/web/auth/dashboard#/dashboard/overview
Chase appears to use the "hash" part of the URL as commands. If you try to load that full URL with the hash part then it does seem to render in a background tab just fine in Chrome and Firefox.