noun

Url

61 of 68
Bad / Bad

louse - A person or thing that causes trouble or harm; or a small, parasitic insect that feeds on the blood of animals, typically living in hair or fur.

He’s a real louse, never available when you need him, and always offering a stupid excuse.

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