HTML:
<div style="display:block">Text</div>
<div style="display:block">Text</div>
<div style="display:none">Text</div>
<div style="display:none">Text</div>
<div style="display:none">Text</div>
What is the method to locate the first hidden block and change its visibility?
If there are no hidden blocks, leave them as they are.