NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Chase Bank Enhanements
// @namespace http://idonthaveawebsite.com
// @version 0.1
// @description increase width of transactions table and add color, you can also modify the font.
// @match https://banking.chase.com/AccountActivity/*
// @copyright 2012+, You
// ==/UserScript==
$(".spacerw25").css("display","none");
$(".divider3").css("font-family","Arial").css("font-weight","bold");
$(".divider3 td:nth-child(4)").css("color","#FF0000");
$(".divider3 td:nth-child(5)").css("color","#00BB00");