NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name LuxMed login autocomplete
// @namespace http://userscripts.org/users/443558
// @include https://produkty.grupaluxmed.pl/*
// @version 2
// @grant none
// ==/UserScript==
document.getElementById("loginForm").autocomplete = "on";
document.getElementById("Login").value= null;
document.getElementById("TempPassword").remove();
document.getElementById("Password").style.display = null;