The chat lines' content has a class attribute e-content p-name, as in this simplified extract:
<div id="txxx" class="h-entry line msg-message emote">
<div class="in">
<!-- chat link, permalink, and timestamp -->
<span class="text">
<!-- author h-card -->
<span class="e-content p-name">
<!-- chat content -->
</span>
</span>
</div>
</div>
Unless I'm missing something, the inner span's class should be e-content, without p-name.
The chat lines' content has a class attribute
e-content p-name, as in this simplified extract:Unless I'm missing something, the inner span's class should be
e-content, withoutp-name.