noun

Url

37 of 60
Bad / Bad

mobster - A member of an organized crime group, a gangster involved in illegal activities, such as drug trafficking, extortion, or racketeering.

The film tells the story of a young mobster rising through the ranks of the Mafia.

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