mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Remove Outlook signatures
This commit is contained in:
@@ -2740,6 +2740,10 @@ public class HtmlHelper {
|
||||
// <div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
|
||||
d.body().select("[data-smartmail=gmail_signature]").remove();
|
||||
|
||||
// Outlook: <div id="Signature" data-lt-sig-active="">
|
||||
d.body().select("#Signature").select("[data-lt-sig-active]").remove();
|
||||
|
||||
// Usenet style signature
|
||||
d.body().filter(new NodeFilter() {
|
||||
private boolean remove = false;
|
||||
private boolean noremove = false;
|
||||
|
||||
Reference in New Issue
Block a user