`;
placeholder.classList.add(‘taboola-added’);
console.log(‘inserting taboola in infinite feed place’, placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else
const loadContent = async () =>
const postsHtml = await runInsertion();
placeholder.classList.add(‘taboola-added’);
console.log(‘inserting taboola in infinite feed place’, placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else
const loadContent = async () =>
const postsHtml = await runInsertion();
const viafouraPlaceholder = “;
console.log(“postsHTML”, postsHtml)
doc.querySelector(‘.bottom-wrapper.container’)?.appendChild(placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, viafouraPlaceholder);
;
loadContent();



