Skip to main content

Download all links present on a webpage





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




website LinkedIn YouTube Twitter









Popular posts from this blog

Tarana - Music Player

Tarana  is a music player that offers features such as shuffle, song sharing, themed playlists, a variety of genres, search, and filters. video Live Demo on iamsonukushwaha.github.io/tarana Code here github.com/iamsonukushwaha/tarana

cool projects

Sonu Kumar Kushwaha has created several impressive projects, showcasing his creativity and technical prowess.  

Be a Flamingo In a Flock of Pigeons

                        To decipher the meaning of this saying, we need to start at the beginning. Flamingos are beautiful pink birds with unusual pink colored feathers. They are also unique for their “standing on one leg” pose, which no one knows for sure what it serves for. These birds can be found on almost every continent, but their uniqueness makes them a special experience for everyone lucky enough to see them in the wild. They live in large flocks and are very social birds. Because of these traits and their uniqueness, they are considered a rare and unusual appearance. On the other hand, pigeons are widely spread birds, as well, but they are a way more common sig...