These things happen, enter your email and we will send you a link to reset it.
tags inside appended content don't execute,
// so AdSense units in newly loaded batches stay blank. Initialise them here.
$('.site-content').on('append.infiniteScroll', function(event, response, path, items) {
for (var i = 0; i < items.length; i++) {
var ads = items[i].querySelectorAll('ins.adsbygoogle');
for (var j = 0; j < ads.length; j++) {
if (!ads[j].getAttribute('data-adsbygoogle-status')) {
try { (window.adsbygoogle = window.adsbygoogle || []).push({}); } catch (e) {}
}
}
}
});