ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Use as MutationObserver instead of DOM mutation events. #30

Closed torstenmarek closed 9 years ago

torstenmarek commented 9 years ago

Using a MutationObserver has massive speed benefits on highly dynamic sites. It also does not block directly during DOM modification, but runs separately.

I've been using the modified extension on three different systems (1x Mac OS X, 2x Ubuntu) for about a month and not encountered any broken sites.