Remove "(listen)" text
Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
parent
81f528a350
commit
cc3ae9b629
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ static ELEMENT_DENY_LIST: Lazy<Selector> = Lazy::new(|| {
|
|||
"video",
|
||||
"figure",
|
||||
"embed",
|
||||
// Pronunciation "listen" link/button.
|
||||
r#"span[typeof="mw:Transclusion"][data-mw*="\"audio\":"]"#,
|
||||
]
|
||||
.join(", "),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue