Saved searches - I actually use all these on some files:
<div.*?> replace with nothing
<span.*?> replace with nothing
<a.*?> replace with nothing
id=".*?" replace with nothing
<p.*?> replace with <p>
That gives you a pretty unstyled document in a few seconds.
|