[Custom Webview] How to Hide Web Button Element

@Future_Applications if you are asking to hide the invite people option then try this code

document.getElementsByClassName("overflow-menu-item")[1].style.display = "none";

this would work

2 Likes