adjective

Url

1412 of 1578
Bad / Disgusting

gross - Referring to something large, excessive, or extreme, often in an unpleasant or unattractive way.

His gross and disgusting behavior and speech at the party made everyone distance themselves from him.

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