✔️ Renamed main class from "Application" to "Thunder";
✔️ Created new class named "Web" in "Thunder"
In this class also created method named "GetWebsiteHTML". Using it you can get all html (ONLY HTML) code from website. Some part of website generated using javascript, and this "generated" elements isnt displayed in code which returns this method;
✔️ Bug Fixing;
update1