Recognize a <div class="footnotes-footer"> and extract each footnote's content into the decompilation context.
<div class="footnotes-footer">
Each <div class="footnote-footer" id="footnote-N"> is parsed and its content stored in ctx.footnoteContents keyed by footnote number.
<div class="footnote-footer" id="footnote-N">
ctx.footnoteContents
A single footnote-block element
Recognize a
<div class="footnotes-footer">and extract each footnote's content into the decompilation context.Each
<div class="footnote-footer" id="footnote-N">is parsed and its content stored inctx.footnoteContentskeyed by footnote number.