NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name lewis and clark app inject // @namespace miradortech.com // @include http://lewisandclarkbank.com/rates-services/ // @version 1 // @grant none // ==/UserScript== $('.pageslide-headline').html("Apply For A Business Loan"); $('.page-block').empty(); $('.page-block').html('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="100%" src="https://demo.miradortech.com"></iframe>');