Maybe using this section to show logs of other stuff or maybe under history & comment button add another button? I just want to know the possibility of it since I would like to do improvement on the plugin I uploaded (I'm new to learning to upload Plugin & JS file). Thanks!
The built-in Comment/History section itself cannot be directly customized, so adding another button inside that sidebar or replacing it with custom logs is not supported.
Potentially use DOM manipulation to hide elements (for example, the History icon). However, DOM manipulation is generally not recommended since UI changes may break with future updates.