How to get web page markup

December 8, 2023

ID 200260

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.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.