1Password 7 firefox fix
If you’re like me and don’t want a cloud based password manager and are still using the old 1password 7 app, Firefox 147+ quietly broke the extension. Forms stop filling and the console spits out initKeyEvent is not a function. Turns out the extension simulates typing with a deprecated API that Firefox finally removed.
The good news: it’s a one-line patch. Minor bad news is you have to use Firefox Developer Edition with signature enforcement off.
I had claude write it all up… give this markdown to your AI and it should do all the work.