As a super secret dev hack may I introduce you to shift + insert
a fair few sites specifically block ctrl + v
instead of properly disabling the clipboard action and, of course, if you read this and then submit a Jira ticket to block shift + insert
... well... h8u
You can also drag the password in from another text field instead of pasting
I usually to in the developer tools and manually disable the thing preventing the paste action. It's usually a string to remove some JS or something or an Event that you need to uncheck
If you're opening up the dev tools you can also paste your string directly into `` unless something weird is going on.
*Laughs in blazor*
Aah.. I completely forgot about that. Will try next time. Also yesterday I saw Shift + F10 will show the context menu. Yet to test it on this site.
On Mac you can use Hammerspoon and just create a shortcut to
hs.eventtap.keyStrokes(hs.pasteboard.getContents())
Nice find, thanks for sharing.
For Macs (only Macs, I believe), there is StopTheMadness, which, uh well, stops the madness (test page here for some examples it can re-enable).