S
S
SKS00002016-05-03 22:01:53
JavaScript
SKS0000, 2016-05-03 22:01:53

How to save the entire site with all Js scripts - so that they REALLY work offline?

How to unload a complete site with all Js (and others too) scripts - what would work completely offline?
WebSite Copier and Offline Explorer - do not save WORKING scripts on pages!
Here's how I can save the site, so that later in Fairfox I can view it along with the chat animation?
juliangarnier.com

Answer the question

In order to leave comments, you need to log in

7 answer(s)
D
Dmitry Khristoev, 2016-05-04
@SKS0000

https://www.youtube.com/watch?v=qe8yUPwHJEU

D
Defman21, 2016-05-03
@Defman21

https://github.com/juliangarnier/juliangarnier.com

Z
Zhbert, 2016-05-03
@Zhbert

wget -r -k -l 7 -p -E -nc http://site.ru

V
VZVZ, 2016-05-03
@VZVZ

It happens that in no way (only after editing the scripts).

E
Error 502, 2016-05-03
@NullByte

save through the browser with all the files and that's it. but it may not work for you, tk. some scripts in js require a request to the server to show some kind of dynamic content. that is, without the Internet, it will stupidly show you empty fields instead of content. or display nothing at all. if the Internet is available, then most likely it will work, but there is an option when the request addresses are incompletely written in the scripts, because of this they can refer to non-existent resources. for example, they usually write instead of http:// blablabla. com/login.php?action=login can simply be written as /login.php?action=login. then the page will start referring to those files that are not on the server, but on your hard drive (or where you save it). most likely, you will have to manually search for them and edit them. You can also write a python script with parsing and link replacement. but I think it will take more time.

M
Maxim, 2016-05-04
@m77x

Free Download Manager there is an HTML spider, it robs content quite well

A
archivarix, 2018-12-10
@archivarix

This downloader - https://ru.archivarix.com/website-downloader-cms-c... downloads the site with all styles and scripts, and installs everything on its CMS. Just keep in mind, if the site had contact forms, dynamic content and other things that require some algorithm to work on the server, it will not work. Downloading the site can restore the way it looks as close as possible, but the internal workings of the site can only be restored by downloading its code from the hosting.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question