Easily enable chrome extensions like Ublock Origin.
Create a bookmark and paste this as the location or URL:
javascript:(function() { var buttons = document.querySelectorAll('button'); buttons.forEach(btn => { btn.removeAttribute('disabled'); btn.removeAttribute('aria-describedby'); }); alert('Hacking time: SUCCESS');})();