BeejLuig / currency-converter

Chrome extension for converting currencies on the fly
MIT License
0 stars 0 forks source link

Experiment with parsing the DOM tree and finding things to convert #28

Open BeejLuig opened 6 years ago

kerrykimrusso commented 6 years ago

This may come in handy: https://markjs.io/, though having trouble getting it to work across elements even though I'm setting the acrossElements option to true 😒

BeejLuig commented 6 years ago

Can you get the resolved text from the Mark instance? Also, this: https://j11y.io/javascript/replacing-text-in-the-dom-solved/