javascript:const t=document.querySelector("main#view");t.style.marginLeft="0";const e=t.firstElementChild;const n=e.getBoundingClientRect().width;const s=window.innerWidth;const o=s-n;const c=document.createElement("iframe");c.src="https://scratch.mit.edu/messages/";c.style.position="fixed";c.style.top="0";c.style.right="0";c.style.width=o+"px";c.style.height="100vh";c.style.border="none";c.style.zIndex="5";c.style.pointerEvents="auto";document.body.appendChild(c);c.addEventListener("load",()=>{const t=c.contentWindow;const e=c.contentDocument||t.document;const n=e.createElement("style");n.textContent=` section.messages-admin { display: none !important; } #view { background-color:#e9f1fc } .title-banner.mod-messages{display: none !important;} `;e.head.appendChild(n)});let i=null;async function a(){try{const e=await fetch("https://api.scratch.mit.edu/users/"+document.querySelector("#navigation > div > ul > li.link.right.account-nav > div > a > span").innerText+"/messages/count");const n=await e.json();const s=n.count;if(i!==null&&s!==i){if(c)c.src=c.src}i=s}catch(t){}}setInterval(a,3e4);