Greasy Fork is available in English.

FixAutofill - wsb.pl

Hacky fix for autofill in Firefox on WSB portal login website

// ==UserScript==
// @name        FixAutofill - wsb.pl
// @namespace   _abcdef123
// @match       https://login.wsb.pl/cas/login
// @grant       none
// @version     1.01
// @author      griffi-gh
// @description Hacky fix for autofill in Firefox on WSB portal login website
// ==/UserScript==

setTimeout(() => document.getElementById('username2').value = document.getElementById("username").value, 500);