从inspect元素隐藏按钮值

I am working to create a new method to login. I need to use plenty of button which contain value inside it to pass to js and js will put all the button value clicked into a html input type="password". My question is how to hide the button value from viewable? As i know inspect element can view the content easily. Beside disable right click those, any more idea or method. Thanks.

There is no way to hide HTML elements in "inspect element" or "source-code".

I believe this person asked the same thing.