Home > Article > Web Front-end > Ask a curious question^_^_html/css_WEB-ITnose
Is there any way to change the elements of the web page so that it remains the same all the time? It only needs to be done locally and it will remain unchanged even if it is refreshed
.............................Okay, you can change it however you want
.............................Okay, you can change it however you want
This cannot be changed, the code is on the server , you will re-read the page loaded by the server as soon as you refresh it locally, unless you download the page and use it locally.
.............................Okay, you can make up your own mind Change it however you want
Actually you can! At least I think it can!
One is to find a loophole in the browser you are currently using, write a set of front-end code yourself, only accept relevant data during http transmission, and block data related to page style!
Another one, write a browser yourself, follow the above method, only receive data, not style sheets, etc.!
Right click and save to your local source code to modify