getJS is a tool to extract all the javascript files from a set of given urls. The urls can also be piped to gets, or you can specify a single url.
quay.io/trickest/getjs:04c72bf
--url
The url to get the javascript sources from--nocolors
Don't color the output--complete
Complete the urls. e.g. /js/index.js -> https://example.com/js/index.js--input
Input file with urls--timeout
The request timeout. Default: 10 (secs)--header
Custom request header(s). -H Authorization: Bearer token--insecure
Skip SSL certificate verification. Use when the cert is expired or invalid--resolve
Resolve the output and filter out the non existing files (Can only be used in combination with --complete)