NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name enable password save for magento admin // @namespace da // @include * // @version 1 // @grant none // ==/UserScript== if (document.getElementById('loginForm').length > 0) document.getElementById('loginForm').autocomplete = 'on'; if (document.getElementById('dummy').size > 0) document.getElementById('dummy').remove();