noun

Url

37 of 60
Bad / Strange

eyesore - Something that is very ugly or unpleasant to look at.

That abandoned building has become a real eyesore in the neighborhood.

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