-Open init.lua with Notepad++
-Search for the line imgui.Begin("Monster Reader - HP", ...)
-Add the lines in red:
imgui.PushStyleColor("TitleBg", 0.0, 0.0, 0.0, 0.0)
imgui.PushStyleColor("WindowBg", 0.0, 0.0, 0.0, 0.0)
if imgui.Begin("Monster Reader - HP", nil, { options.mhpNoTitleBar...