NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name willamette app inject // @namespace miradortech.com // @include https://www.willamettecommunitybank.com/lending.aspx // @version 1 // @grant none // ==/UserScript== document.querySelector(".nav > a:nth-child(4)").innerHTML = "Apply For a Loan"; document.getElementById("content_interior").innerHTML = '<iframe style="margin-top: 30px" id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="100%" src="https://demo.miradortech.com"></iframe>';