adjective

745 of 1578
Bad / Dishonest

unscrupulous - Behaving in a way that is dishonest or unfair in order to get what you want

Jack climbed to the top of the management tree, but his unscrupulous methods meant that he had more enemies than friends when he got there.

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