- ("NoEdit", lambda x: [eb.decompose() for eb in x.find_all("div", class_="post-edit-box")]),
- ("NoFooter", lambda x: [foot.decompose() for foot in x.find_all("div", class_="post-footer")]),
+ ("Strike", lambda x: [_changeTag(span, 's')
+ for span in x.find_all("span", style="text-decoration: line-through;")]),