adjective

709 of 1576
Bad / Angry

malicious - Characterized by malice; intending or intended to do harm

The malicious serial killer hunted down his victims because he wanted revenge for what they had done to him.

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