Skip to content

ArtemVeremienko/skype-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skype-parser

My solution to the tag parsing problem

TL;DR

  1. Download skype-parser.zip from latest release
  2. Unzip archive in your directory
  3. Put your data files: messages.json and media folder into your directory
  4. Start index.html
  5. Choose your messages.json file
  6. Press Load
  7. Enjoy 😊

Description

I downloaded viewer for my export history from official site aka Skype-parser. But he has some problem with link (<a> in html). Instead html tags < and > there are entity

&lt;a href="http://assistant-traders.ru/insajd-ot-marketmejkera-332-optsionnye-urovni-cme-group-na-03-05-2019/"&gt;http://assistant-traders.ru/insajd-ot-marketmejkera-332-optsionnye-urovni-cme-group-na-03-05-2019/&lt;/a&gt;

DevTools

Visit Source if you want vote for this solution 👍 .

It's important that the index.html file is at the same level as the media folder.