verb

Url

37 of 60
Bad / Attack

brainwash - To change someone’s thoughts or opinions through constant influence.

The retired man spent so much time watching social media, and he was totally brainwashed about what is going on in the world.

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