Infinite scroll with unique ids
This feed uses a fixed pool of in-content placements created in the Ezoic dashboard. The
initial article carries placement 153. As you scroll toward the bottom, each new batch of content
is followed by the next unused id from the pool [154, 155, 156, 157, 158, 159, 160], activated
with its own showAds(id) call.
No id is ever reused: the docs warn that duplicate ids on a page cause unpredictable behavior, and reusing an id requires destroying the original placeholder first. When the pool is exhausted this page stops adding ad divs and says so in the status bar. Add ?burst=7 to the URL to append batches automatically.