window._currentBatchIndex = 0;
(async () => {
const BATCH_SIZE = 100;
window._currentBatchIndex = window._currentBatchIndex || 0;
...
})();
(() => {
const selectedCards = document.querySelectorAll('figure[data-testid="icon-card--selected"]');
...
})();