Enables password autocompletion by rewriting the login form to use the HTML5 input placeholder attribute.
The sign in form on https://www.kabeldeutschland.de/csc uses kludgy javascript to display the placeholder "Passwort" in the password field, breaking form autocompletion in the process. This userscript replaces the placeholder with the HTML5 input placeholder attribute.