diff --git a/src/html.rs b/src/html.rs
index 47037d6..78071bd 100644
--- a/src/html.rs
+++ b/src/html.rs
@@ -65,6 +65,8 @@ static ELEMENT_DENY_LIST: Lazy = Lazy::new(|| {
"video",
"figure",
"embed",
+ // Pronunciation "listen" link/button.
+ r#"span[typeof="mw:Transclusion"][data-mw*="\"audio\":"]"#,
]
.join(", "),
)