adjective

Url

49 of 60
Good / Energy

unstoppable - So powerful, determined, or effective that it cannot be halted, defeated, or resisted.

With their star player back, the team were unstoppable, and won one game after another.

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