0.0.6 • Published 2 years ago

downloadlinks v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

downloadLinks

Download all links present on a webpage in a txt file by writing below code in console of the browser

document.head.appendChild(Object.assign(document.createElement('script'), { src: 'https://cdn.jsdelivr.net/npm/downloadlinks@0.0.6/index.js' }));

OR

Download all links present on a webpage in a html file by writing below code in console of the browser

document.head.appendChild(Object.assign(document.createElement('script'), { src: 'https://cdn.jsdelivr.net/npm/downloadlinks@0.0.6/linksInHtml.js' }));

and then call this setupDownloadButton(); function

it will generate a download links button, click on the button to download all the links present on that webpage.

https://www.npmjs.com/package/downloadlinks

https://cdn.jsdelivr.net/npm/downloadlinks

https://cdn.jsdelivr.net/npm/downloadlinks@0.0.6/index.js

https://cdn.jsdelivr.net/npm/downloadlinks@0.0.6/linksInHtml.js

Thank You

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago