noun

25 of 60
Bad / Bad

purgatory - An extremely unpleasant place or experience that causes suffering

Some people believe that after a person with a lot of sins dies, he must go to purgatory for his soul to be cleansed before he can go to Heaven

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