Bank Of America Wants To Force JavaScript
Posted: Tue Mar 05, 2013 4:06 pm
Bank Of America Wants To Force JavaScript usage on their Online Banking website.
You can log in without it.
You can see your account list without it.
But then when you open a particular account, you are greeted with this nonsense.
As it states, it is a modal dialog, & opaque, so you can still kind of see the transactions on the account, but it makes it more of a PITA.
How to nuke that?
(And yes there are certain parts of BoA that do require JavaScript, but it is not needed for something like just viewing an accounts transactions.)

You can log in without it.
You can see your account list without it.
But then when you open a particular account, you are greeted with this nonsense.
As it states, it is a modal dialog, & opaque, so you can still kind of see the transactions on the account, but it makes it more of a PITA.
How to nuke that?
Code: Select all
</div> </div> </div> </div></div><!-- Interstitial modal window ends--> <noscript> <style>body{display:block;}</style> <div class="js-disabled-overlay"></div> <div class="no-script-module"> <div class="fodal-top"></div> <div class="fodal-bottom"> <div class="fodal-content"> <div class="fodal-title">Please Use JavaScript</div> <div><p>You need a web browser that supports JavaScript to use our site. Without it, some pages won’t work as designed.</p><p>To make sure JavaScript is turned on, please adjust your browser settings.</p><p> </p><p><a name="Browser_Help_And_Tips" href="http://www.bankofamerica.com/onlinebanking/index.cfm?template=browser_help_and_tips" target="_self">Browser Help and Tips</a></p><p> </p></div> </div> <div class="fodal-close"> <a class="button" href="/myaccounts/accounts-overview/accounts-overview.go"><span>Close</span></a> </div> <div class="clearboth"></div> </div> </div> </noscript> </div> </div> </div></div></body>
