Mincka / DMArchiver

A tool to archive the direct messages, images and videos from your private conversations on Twitter
GNU General Public License v3.0
223 stars 25 forks source link

A minor update suggestion to the ID finder script #56

Closed FlameWolf closed 5 years ago

FlameWolf commented 6 years ago

It would be better if you could replace fullName.innerHTML with fullName.innerHTML.replace(/<img\s+.*?class="\s*Emoji\s*.*?".*?alt="(.*?)".*?>/g, "$1") so that usernames containing emoji will be displayed properly.