Is there a way to hide the li and label elements from a page without specific IDs or classes?
<li><a href="https://www.test.com/feature/%d8%ac%d9%85%d8%b9-%d8%a7%d9%84%d8%a7%d9%86%d9%85%d8%a7%d8%b7/"><i class="fa fa-check"></i>this is label text</a></li>
Here's another example:
<label class="checkbox-inline"><input name="feature[]" type="checkbox" value="%d8%ac%d9%85%d8%b9-%d8%a7%d9%84%d8%a7%d9%86%d9%85%d8%a7%d8%b7">جمع الانماط</label>
Any suggestions on how to accomplish this task?