You could try the valContaining
construct for your selector like so:
doc.select("*[style*=display:none]").remove();
If this does not match what you want, try checking out the documentation here for more options:
http://jsoup.org/apidocs/org/jsoup/select/Selector.html
Read full article from java - Selecting Display:None With Jsoup - Stack Overflow
No comments:
Post a Comment