This is easy enough using JavaScript in Browser, but we need to see the underlying HTML.
- Right-click on the target name/get
- Select "Inspect"
- This will open the Safari or Chrome Dev Tools, with the HTML highlighted
- Select a major parent element (usually a
<div>
) above that, right-click, and Copy HTML - Post the HTML here using Code Block