firefoxの開発ツールのコンソールで
str="";document.querySelectorAll("#vwContent>.logEntry>div:not(.messageRealm)>span:nth-child(2)").forEach(e=>str=str+e.innerText+"\r\n");console.log(str);
を入力改行で行けると思うけど並び順にHTMLが表記されていないから順番が若干異なる