noun

Url

1393 of 1576
Bad / Disgusting

revulsion - A strong feeling of disgust or repulsion towards something, that makes a person what to distance themselves from it.

The idea of harming animals causes revulsion in many people.

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