Click on ... at the top of the browser Window on the left Select developer tools Go to console and type the following:
let zz = 0;
$('.flexbtn').children('a').each(function() {
setTimeout(() => { $(this).click(); }, zz);
zz += 1500;
});
Click on ... at the top of the browser Window on the left Select developer tools Go to console and type the following:
let zz = 0;
$('.flexbtn').children('a').each(function() {
setTimeout(() => { $(this).click(); }, zz);
zz += 1500;
});