adjective

37 of 60
Bad / Disgusting

hideous - Ugly or disgusting to look at

The Elephant Man was famous for being so hideous that he had to cover his face everywhere he went.

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