I am trying to use the chrome extension Stylish to reenable autocomplete on forms that have it disabled.
Specifically, the form has it disabled by specifying autocomplete="off"
and I want it re-enabled.
I tried using this:
form { autocomplete: on;}
and variations of it, but it does not work. I'm not sure if this is even an attribute you can override via CSS, let alone how to do it.
You could write an userscript to do that.