Remove "(listen)" text
Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
parent
28790990a9
commit
6e73cc1675
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