Skip to content

A Chrome extension for removing autocomplete attribute from elements that have it to allow Chrome auto-complete work properly

Notifications You must be signed in to change notification settings

mohsen1/no-autocomplete-off

Repository files navigation

No autocomplete="off"

This Chrome extension removes autocomplete="off" attribute from forms and input elements to let Chrome use it's Autocomplete features.

Some banks try to force autocomplete="off" even when user has a plug-in to not allow it. They add a delayed script to put autocomplete="off" back on elements even after plug-ins removed it.

This plug-in will install an observer on elements that have this attribute to remove the autocomplete="off" even if a delayed script adds it back.

About

A Chrome extension for removing autocomplete attribute from elements that have it to allow Chrome auto-complete work properly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published