StylishThemes / GitHub-Custom-Emojis

:_gimme: This userscript allows you to use and add custom emojis on GitHub
https://greasyfork.org/en/scripts/17618
MIT License
72 stars 11 forks source link

Fix emoji text replace code #1

Closed Mottie closed 8 years ago

Mottie commented 8 years ago

Using document.evaluate doesn't appear to find all emoji text.

Consider switching to use the code from: https://github.com/Ranks/emojify.js - but this code won't work as-is on GitHub because of their CSP.