uberj / solaritycu app inject

// ==UserScript==
// @name        solaritycu app inject
// @namespace   miradortech.com
// @include     https://www.solaritycu.org/business-services.htm
// @version     1
// @grant       none
// ==/UserScript==
$('.selected').html('Apply For Business Loan');
$('#hero').remove();
$('#content').html('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="100%" src="https://demo.miradortech.com"></iframe>');