adjective

Url

37 of 60
Bad / Bad

intolerable - Causing great discomfort or distress; too extreme or severe to be endured;

The heat in the desert was intolerable, making it unlikely that they would find their way out when they got lost.

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