Me: I'm being responsible. I use a password manager and unique, stupidly complex passwords.
Website: Haha! Fuck you.
Fun times: the official Indian evisa website forces a date picker, which shows up localised for American-style MM-DD-YYYY, and then when you hit "next", complains that the format must be DD-MM-YYYY. (I suppose only if you are lucky enough that then day is the 13th or later — otherwise, it probably just submits the wrong thing!)
@CppGuy @brainblasted Linux: Espanso
Previously, macOS: Keyboard Maestro
Oh yes, that's so bad.
I have an app here on the phone that does not allow pasting. I've been silently ranting and raging about it. Internalisation is a thing.
Password show buttons should be de-rigour and obvious. Everyone is not entering passwords with someone looking over their shoulder, I would suggest most people are not,
@brainblasted Do you know what a bookmarklet is? It's a tiny javascript that you can add to your bookmarks at the top of the page. Instead of having an URL in the target, you add this script.
If you click on the link, it will find all password fields on the page and turn it into a regular input field to make the content visible. It is harmless and has no impact on the workings of the page
```
javascript:(function(){
document.querySelectorAll('input[type="password"]').forEach(el => el.type = 'text');})()
```
@thaodan @brainblasted only when it's opened in a new tab or window. That's normal behaviour. Sometimes search-engine let you choose whether or not to open a result in a new tab or stay in the same tab.
I do sometimes see behaviour where you can click around between e.g. photos in an article where the back-button goes back to the previous image, instead of to the previous article. In that case I really wish they didn't do that
@brainblasted Hi Chris. If you use Firefox, one of these add-ons might help:
https://addons.mozilla.org/en-US/firefox/addon/paste-enabler/
https://addons.mozilla.org/en-US/firefox/addon/force-paster/
https://addons.mozilla.org/en-US/firefox/addon/don-t-fuck-with-paste/
It's like, "Bitch, don't assume you know my threat model".
It is not just me!
Also, those are you human check the correct picture things? I fail them every time now, thank you "mild" macular degeneration in one eye. I guess some sites just don't want to sell to seniors.