(function(){const originalFocus = HTMLSelectElement.prototype.focus;HTMLSelectElement.prototype.focus = function(){console.log("Tentativa de foco bloqueada no select:", this);return false;};})();