NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name new resource bank appinject // @namespace miradortech.com // @include https://www.newresourcebank.com/content/who-we-finance // @version 1 // @grant none // ==/UserScript== $('.main_content_header').remove(); $('.main_content').html(''); $('.main_content').css('padding-top', '0px'); $('head').append('<script src="https://demo.miradortech.com/integration?frameId=2"></script>') $('.main_content').append('<iframe id="mirador-frame" scrolling="yes" frameborder="0" height="1000" width="100%" src="https://demo.miradortech.com"></iframe>');