How to bypass autocomplete="off"

On a webpage, in some username and password fields, when I go to inspect element on my browser I see this:
autocomplete=“off”

Is there a way to bypass this and to ensure autocomplete is always on? Is there possibly a browser extension for this?

If I remember correctly, there’s no way to bypass this. But we’ll see if anyone is able to swing by with any additional info.

Can’t it be possible to simply program the browser to handle the attribute differently?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.