noun

Url

1369 of 1576
Bad / Dishonest

villain - A person who is considered wicked, cruel, or criminal; someone blamed for causing a particular problem or harm.

Robin Hood was considered a villain to the people who had money, but he was a hero to the poor.

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