noun

Url

1477 of 1578
Bad / War

tyrant - A cruel and oppressive ruler, usually not restrained by law.

The tyrant locked up or killed anyone he thougth might be a threat.

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