adjective

Url

49 of 60
Bad / Aggressive

oppressive - Unjustly harsh or tyrannical, especially in the use of power or control.

The regime was known for its oppressive laws that silenced dissent, so crowds that gathered risked the army breaking it up.

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