var head = document.getElementsByTagName('head')[0]; var body = document.getElementsByTagName('body')[0]; var style = document.createElement('link'); style.href = "https://ingral.github.io/loja-ingral/loja.css"; style.type = 'text/css'; style.rel = 'stylesheet'; head.append(style); var script = document.createElement('script'); script.src = "https://ingral.github.io/loja-ingral/loja.js"; script.type = 'text/javascript'; // body.append(script); $('#innerTrustSign > a > img').attr("src", "https://loja.ingral.com.br/loja2/theme/images/RapidSSL_SEAL-90x50.gif"); $(document).ready(function(){ $("DIV#header DIV.logo-image A").attr("href","https://www.ingral.com.br/").unbind("click").click(function(){ window.location.href = "https://www.ingral.com.br"; return false; }); $('#footer .col-11.col-links').hide(); $('#footer .col-11.col-faq').hide(); });