var box=document.createElement("div"); box.style.position="fixed"; box.style.left="0px"; box.style.bottom="0px"; box.style.padding="6px"; box.style.backgroundColor="#FF6666"; box.style.color="#000000"; box.style.cursor="pointer"; box.innerHTML="LL AutoPost Bot v1.2 is running. Click here to install v1.3."; document.body.appendChild(box);