noun

Url

1405 of 1576
Bad / Aggressive

stranglehold - A strong and oppressive control or influence over something or someone.

The corporation had a stranglehold on the market, leaving no room for small businesses.

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