Way to control which parts of the DOM do/do not get parsed
-
I have been recently working on a little webpage for myself that I can use to grab 1T sentences from the books I am currently reading / preparing to read. Works alongside the migaku toolbar exceptionally well, but the one annoyance I am running into is that sometimes the toolbar messes with the html / css layout.
For example, below the two tables of words end up floating in an awkward way due to the <span/> 's that get added when I click 'Parse' in the toolbar. There is probably some other way I could mitigate this, but it would be helpful if there was someway to interact with the plugin (ie,
parse(dom element)
only recursively parses a certain section, instead of the whole page)
(And an example of the main page if you are curious)