The problem is that this site changes the ID randomly on each reload but I can't leave the ID out of the rule, because there is another element using just style="display: block;" without an ID that I shouldn't block.
So I need something like somesite.com##DIV[id^="*"][style="display: block;"] The problem is that [id^="*"] doesn't work as I expected

Thanks in advance!

edit: and I can't use nth-child(x) because it also changes its position randomly