I'm trying to copy a website for offline view without any dependencies.
I want to copy the HTML without SCRIPT tags (javascript specifically) and without external scripts (.js).
Been trying to do that with WGET --ignore-tags
and HTTrack and it didn't work as expected. Scripts are copied as a whole.