kknorpp001
Technical User
Can Javascript be run from a local machine to do the following?
1. Perform a google search on a search term that is input by the user
2. For each resulting URL, follow all links on every page from that URL down (within the same domain) and note which page contains a given file type (also input by the user)
3. Display every URL found with number of files of the filetype on the page in descending order by number of files of a the file type files on the page.
Many thanks in advance...
1. Perform a google search on a search term that is input by the user
2. For each resulting URL, follow all links on every page from that URL down (within the same domain) and note which page contains a given file type (also input by the user)
3. Display every URL found with number of files of the filetype on the page in descending order by number of files of a the file type files on the page.
Many thanks in advance...