You had many choices of how to share the link without belittling someone else.
Can I get one that does the same with autofill
- You can change that setting in your about:config by setting dom.event.clipboardevents.enabled to false.
- This sadly prevents pasting (T)OTPs for websites that choose to have 6 separate input fields. You have to enter these codes manually.
Do you know if this add-on does pretty much the same thing and with that will also have the regression regarding (T)OTP input fields?
why the hell do websites even have those 6 separate input fields? you can just have one and style it differently
pasting (T)OTPs for websites that choose to have 6 separate input fields
Possibly a job for âinsert text by typingâ in a program like Keyboard Maestro on macOS.
Edit: baller app, it is:
I like addons that get straight to the point with their names
I ran into this just the other day, a site wouldnât let me paste my password into the âconfirm passwordâ field when signing up. Had to resort to editing the HTML properties because thereâs no way Iâm manually typing in my long-ass randomly generated password.
Even with CTRL+V? 99% of the time when I encounter this they only block right click, but CTRL+V will work forâŚreasons
Iâve seen password managers fail to detect password fields because the frontend devs thought whatever stupid piece of React crap they vomited from their keyboards was better than using standard html fields for their intended purpose. Itâs not very common, but it happens. Credit card fields are also a big mess for the same reason. Half the time bitwardenâs best guess at auto filling those results in some absolute soup that makes no sense.
Iâd also like to take this opportunity to send my warmest, most sincerest fuck yous to all the UX designers who think itâs a good idea to fuck with navigation. Donât prevent me from opening shit in a new tab. Donât just scroll the page up to the previous h1 when I try to go back. Who the hell do you think you are?
Auto type doesnât rely on password fields classification. Auto fill does
In KeypassXC you click on the field where you want the password to be entered, then click into the password manager and do auto type.
KeypassXC will then minimise and type the password for you.
I do this a lot when replacing 20+ character passwords in remote desktop sessions.
Iâm a developer that doesnât fuck with the fields! ⨠I canât stand JavaScript-based validation either, I use HTML attributes for basic pre-submit validation then do the actual validation on the backend.
I canât stand the fucked up forms either.