unfurl
unfurl copied to clipboard
unfurl path problem
i save the .js endpoint in urlJS.txt
target.com/js/manifest.js
target.com/livewire/livewire.js
target.com/misc/sw.js
when using "cat urlJS.txt | unfurl format %d%p"
outputs:
target.com/js/manifest.js
target.com/livewire/livewire.js
target.com/misc/sw.js
how do i remove the .js and take the path like this
target.com/js/
target.com/livewire/
target.com/misc/
same question! Does anyone know the answer?
Schemeless URLs are likely unsupported.