Is it possible to hide a div with no class/id via css, or javascript? There is a possibility another div like this to be in the page.
<div align="center">text here</div>
Actually, it is an ebay listing template, and the software that will be used adds this div at the bottom with javascript and flash gallery in it and I that is why I want to hide that thing.
The div is between 2 comments:
<!--GalleryShowcaseFlash-->
<div align="center">text here</div>
<!--EndOfGalleryShowcaseFlash-->
Can these comments help to be removed the div between them with javascript?