Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
I doubt that this makes any noticeable performance difference, and I don't particularly like the use of `.find() != .end()` over `.contains()`, but whatever, this is pretty stable code that I don't have to look at it too often, so I don't mind approving this.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |