diff --git a/views/honkpage.html b/views/honkpage.html
index c6a3445..b9d4919 100644
--- a/views/honkpage.html
+++ b/views/honkpage.html
@@ -61,6 +61,14 @@ function zonkit(el) {
e.remove()
}
}
+ } else if (wherefore == "this honk") {
+ var p = el
+ while (p && p.tagName != "ARTICLE") {
+ p = p.parentElement
+ }
+ if (p) {
+ p.remove()
+ }
}
}