noun

Url

37 of 58
Bad / War

conspiracy - An agreement between people to work together against someone or something, usually in secret, sometimes against the law.

Some people believe in wild conspiracy theories about world leaders and secret societies.

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