adjective

13 of 60
Bad / Hostile

sinister - The intention to do secret actions that are meant to do harm

The prince always treated the king with great respect, but he was using the queen in a sinister plot to have the king killed so that he could take over.

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