Deleting all hidden elements

Is it possible to select or delete all hidden elements on the page?

Thanks!

You can may pretty much any change to your page you want with custom script, including removing elements. The problem comes in finding the right elements.

If it’s a Webflow element with a special class, you can select all elements with that class and remove them. If it’s something more specific, like elements with a calculated style of display: none, or visibility: hidden, it gets more complex.

If it’s items that are off-screen, behind other elements, too small to be visible, it gets far more complex to qualify these properly.