Alright, does anyone know a relatively simple way of crawling a website looking for a specific CSS class?
Any time I search it seems to come up with a ton of different ways of optimising your CSS but none of finding where it occurs.
I've been using import.io to find lots of different things and it's ludicrously useful but I'm struggling with this one, I have all the URLs I want to search and basically I just want to find which ones have <div class="xxxx"> on.
Anyone know? Thanks
Any time I search it seems to come up with a ton of different ways of optimising your CSS but none of finding where it occurs.
I've been using import.io to find lots of different things and it's ludicrously useful but I'm struggling with this one, I have all the URLs I want to search and basically I just want to find which ones have <div class="xxxx"> on.
Anyone know? Thanks