Hi @Gokul_Agiwal ,This is my condition script, but it's not working.var elementCheck = setInterval(function () { if (document.querySelectorAll('.listing-icons__header-wrapper__title.listing-icons-title.line-clamp-2').length > 1) { clearInterval(elementCheck); }}, 100);return false;