verb

13 of 27
Bad / Steal

smuggle - To move goods illegally into or out of a country

The border guards were always on the lookout for people trying to smuggle guns into the country.

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