adjective

349 of 1578
Bad / Disgusting

fetid - Smelling extremely unpleasant

The desperate scavenger had to ignore the fetid smell of the landfill.

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