uberj / Point West App Inject

// ==UserScript==
// @name        Point West App Inject
// @namespace   miradortech.com
// @include     https://www.pointwestcu.com/en/page/other
// @version     1
// @grant       none
// ==/UserScript==

$('#main').html('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1500" width="100%" src="https://demo.miradortech.com"></iframe>');