@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
@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