mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Web.de quotes
This commit is contained in:
@@ -2875,6 +2875,13 @@ public class HtmlHelper {
|
||||
return;
|
||||
}
|
||||
|
||||
// Web.de: <div id="aqm-original"
|
||||
quotes = d.body().select("div#aqm-original");
|
||||
if (quotes.size() > 0) {
|
||||
quotes.remove();
|
||||
return;
|
||||
}
|
||||
|
||||
d.select("blockquote").remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user