To remove that tooltip on hover, add this CSS to userstyle.css:

.abc-notation-block > svg {
  pointer-events: none;
}
1 Like