verb

Url

1 of 60
Bad / Aggressive

prowl - For an animal or person to move around restlessly and stealthily, especially in search of prey

The female lion spent its days and nights prowling quietly in order to track down its prey.

// 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(); }); }