noun

793 of 1576
Bad / Steal

extortion - The practice of obtaining something, especially money, through force or threats.

The mafia would go to a store, and say "We will make sure your store doesn't burn down if you give us money every month", in an obvious act of extortion.

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