Job description
A script or application with a simple GUI that goes to a web page (link) that I put in a text file.
The pages have blocked right-clicking. That is, in the code they have, among other things. document.onmousedown=mousedwn
The pages have UTF-8 encoding.
The script is supposed to save the HTML code itself in a folder on the hard drive that I have chosen in advance.
The script must have a timeout adjustment (how long I try to download the code for a particular page), and the number of attempts for a particular web page.
The script must be able to access sites with https, with a broken certificate.
Application/Script for windows 10/11