Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I found that it works to right-click the password field input, inspect and edit the html element, and paste my password from my password manager into the "value" property before submitting.

It's still annoying, but I think it beats using their virtual keyboard.



Yup, that or remove readonly="readonly" from the password input.

Created this bookmark:

  javascript:(function(){document.querySelector(".pwordinput").removeAttribute("readonly")})();




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: