verb

Url

49 of 60
Bad / Aggressive

pushy - Acting in a way that is overly eager to advance one’s own interests or opinions, often disregarding others' comfort or boundaries.

The saleswoman was so pushy that I had to walk out of the store because she wouldn’t stop trying to sell me things I didn’t need.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }