Fixes
- single-file-core updated to 1.6.11, which fixes a regression of 1.6.10: a page holding a link nested in a link, such as a Substack home page, failed to save with
HierarchyRequestError("The new child is an ancestor of the parent" in Firefox). The positions of the elements repaired for invalid nesting were restored in reverse document order, which could insert an element into its own descendant; they are now restored ancestors first