NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// @name Citi Bank Demo Hack
// @namespace miradortech.com
// @description For Cal
// @include https://demo.miradortech.com/business_documentation/choose_bank/
// @version 1
// @grant none
// ==/UserScript==
//
$('div.ba-cell:nth-child(1)')
.css("background-image", "url(https://blog.citigroup.com/resources/photos/blog/Citi-Logo-JPEG.jpg)")
.css("background-size", "150px")
.css("background-position", "center")
.css("background-repeat", "no-repeat");
Rating: 0