Loading screen not disappearing until page is resized.
I have the same problem. with both versions (vanilla, jQuery). Strange thisng is that loading div disappears correctly when I am developing at localhost.
But when I deploy my app, loading screen does not disappear.
-
When I debugged jQuery version, condition in this if is evaluated differently in development and production environment.
-
Vanilla version crashes here with error
TypeError: Cannot read property 'addEventListener' of null
I did not debug deeper enough, I am just reporting this strange behavior.
Try this buddy,
ins[data-ad-status="filled"] + .adsense__loading, ins[data-adsbygoogle-status="done"] + .adsense__loading { display: none; } .item-post-inner { overflow: hidden !important; }