This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name wellsfargo_login_fix | |
// @namespace https://gist.github.com/todomodo/ | |
// @description Fix problem with WF login page not working with pasword manager | |
// @include https://connect.secure.wellsfargo.com/auth/login/* | |
// ==/UserScript== | |
// My preferred WF login page does not play nicely with password managers. The page would not | |
// accept pasted passwords unless the user (me) had actually pressed a key inside the password input. | |
// This is lame and needs to change. This script performs said action on document load. It simulates |