Mentalist
Whenever a hyperlink has a title of \"Show Profile\"
this should work:
$('a[title="Show Profile"]').contents().unwrap();
Here a Fiddle with the proof.