const ORIGINS=["https://wcpanel.administrarweb.es","https://test1.pgpruebas.es"];window.addEventListener("message",n=>{if(ORIGINS.includes(n.origin)&&n.data.action){if(n.data.action==="getbody"){const i=`body[contenteditable="true"] h1, body[contenteditable="true"] h2, body[contenteditable="true"] h3, body[contenteditable="true"] h4, body[contenteditable="true"] p, body[contenteditable="true"] *:not(p):not(h1):not(h2):not(h3) span, body[contenteditable="true"] *:not(p):not(h1):not(h2):not(h3) strong, body[contenteditable="true"] *:not(p):not(h1):not(h2):not(h3) bold, body[contenteditable="true"] em, body[contenteditable="true"] li {
    box-shadow: 0 0 1px 1px #0091ea;
}`,t=document.createElement("style");t.innerHTML=i;document.head.appendChild(t);window.addEventListener("contextmenu",n=>n.preventDefault());n.source.postMessage({originalBody:document.body.innerHTML},n.origin)}n.data.action==="edit"&&(document.body.contentEditable="true");n.data.action==="save"&&(document.body.contentEditable="false",n.source.postMessage({currentBody:document.body.innerHTML},n.origin))}})