verb

Url

625 of 1576
Bad / Steal

gouge - To overcharge or swindle; also to use a sharp tool to remove inner material from something.

Someone who doesn't understand how cars work may be gouged by the mechanic when the bill comes.

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