nounverb verb

37 of 60
Bad / Dishonest

scheme - Make plans, especially in a devious way or with intent to do something illegal or wrong

The family butler was always polite, but in his mind he was always scheming how to steal the family's jewels.

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