We're looking into how to customize Laserfiche Web Access on specific servers to not offer certain features (e.g. only allow access to the viewer page and prevent modifications, save, annotations etc.
We have come up with a set of stylesheets we can dynamically load at runtime to do that. This works ok if we can find an element using its id or CSS class, but for context menus (associated with right-click), the menu and items do not have and id or CSS class. Is there another way to remove items?