Kaspersky Password Manager for Microsoft Windows

How to get web page markup

After you report a problem to Kaspersky Customer Service specialists, they may ask you to provide a web page markup. We use it to teach our application to recognize online forms and to improve general performance of the application.

After installing the browser extension, you can get web page markup using the following script:

(function(){var e=document.createEvent("Event");e.initEvent("kpm_getSiteMarkup",!0,!0);document.dispatchEvent(e)})();

The script can be run in the console of any supported browser.