verb

Url

37 of 60
Bad / Dislike

abhor - To hate something

Gail and Samantha were sisters who loved to do things together, except that Gail loved the opera, and Samantha abhorred going to the opera.

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