Letti42 Like this?
var url = getAttribute("divApplab", "baseURI");
if(!url.includes("edit") && !url.includes("view"))setStyle('divApplab', "position: fixed; top: 0; left:0; width: 100vw; height: 100vh; z-index: 1000000;");
button('hi', "lol");
setPosition("hi", 500, 500, 100, 40);
hideElement("hi");
it doesn't seem to be working for me.