URL(s) where the issue occurs
https://camera.aeonax.com/#predownloads
Describe the issue
Anti-adblock.
Screenshot(s)
https://i.imgur.com/i3n7Es9.png
Versions
Do you see in the logger these filters /exceptions ?
@@||aeonax.com^$generichide
@@||pagead2.googlesyndication.com/pagead/$script,domain=aeonax.com
If we're using generichide, we could use a little something like that:
aeonax.com##td:has(.adsbygoogle)
âž•
aeonax.com##.adsbygoogle
first remove empty table cells. Simple filter remove other withe space on site (Pre addons section).
||googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication_adsbygoogle.js,important works.

No need to create an exception filter to the ad-server.
New redirect resource?
https://github.com/uBlockOrigin/uAssets/issues/6496#issuecomment-547660567 New redirect resource?
Very old..., also works noopjs 😉.
googlesyndication.com/adsbygoogle.js
https://github.com/uBlockOrigin/uAssets/commit/d0dcc4a559a693b82f8ffdaf42be3a0348515174 - 2017
also works noopjs
Not for this case. The anti adblock checks if number of iframes created is > 2 or not, noopjs, doesn't create any iframes for the page, so won't work.
googlesyndication.com/adsbygoogle.js
@llacb47 That's not being used anymore and is invalid now.