nounverb noun

973 of 1578
Bad / Aggressive

muzzle - A device, usually an arrangement of straps or wires, placed over an animal's mouth to prevent the animal from biting, eating, etc.

In addition to a strait jacket, Hannibal Lecter was forced to wear a muzzle so he wouldn't eat people.

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