noun

Url

25 of 25
Bad / Crazy

megalomaniac - Someone who has an unnaturally strong wish for power and control.

The dictator showed signs of being a megalomaniac even as a child, the way he bossed everyone around in the schoolyard.

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