NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name opportunityfund app inject // @namespace miradortech.com // @include http://www.opportunityfund.org/loans/apply/form/?radio-1=Y&radio-2=Y&radio-3=N&radio-4=Y // @version 1 // @grant none // ==/UserScript== $('head').append('<script src="https://demo.miradortech.com/integration?frameId=2"></script>') var target = $('.info-form > div:nth-child(2)'); target.html(""); target.append('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="550" src="https://demo.miradortech.com"></iframe>');