NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name mechanics bank inject // @namespace miradortech.com // @include https://www.mechanicsbank.com/mechbank/Mbwebsite.nsf/business/loans // @version 1 // @grant none // ==/UserScript== var target = $('#inner-content-textonly-box > table:nth-child(6)'); target.html(""); target.append('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="100%" src="https://demo.miradortech.com"></iframe>');