verb

Url

1033 of 1578
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(); }); }