eParaksts Enable Password auto-fill

Override eParaksts.lv password autofill "protection"

// ==UserScript==
// @name         eParaksts Enable Password auto-fill
// @name:lv      eParaksts Ieslēgt paroļu automātisko aizpildīšanu
// @version      0.1
// @description  Override eParaksts.lv password autofill "protection"
// @description:lv Izslēdz auto-fill bloķēšanu e-paraksta mājaslapā
// @match        https://eidas.eparaksts.lv/trustedx-authserver/eparaksts-idp/signatureConsent.xhtml*
// @grant        none
// @run-at       document-end
// @license      MIT
// @namespace https://greasyfork.org/users/200204
// ==/UserScript==

(function() {
    'use strict';

    javascript:fieldChanged = () => {};
})();