Skip to content

Instantly share code, notes, and snippets.

View MichaelVessia's full-sized avatar
🌀

Michael Vessia MichaelVessia

🌀
View GitHub Profile
javascript:(function() {
function unescapeHtml(text) {
const unescapedText = {
'&a;': '&',
'&q;': '"',
'&s;': '\'',
'&l;': '<',
'&g;': '>',
};
return text.replace(/&[^;]+;/g, s => unescapedText[s]);

Keybase proof

I hereby claim:

  • I am michaelvessia on github.
  • I am mvj (https://keybase.io/mvj) on keybase.
  • I have a public key ASBmAgka0xAKGNV_lH-x3NNSIG40MJbBCGZZofQ4BRbiEgo

To claim this, I am signing this object: