Pinned Loading
-
-
-
A JS script for harvesting URLs from...
A JS script for harvesting URLs from a page 1const results = new Map();
2results.set("header", ["url", "title", "folder"]);
3var urls = document.getElementsByTagName('a');
45for (urlIndex in urls) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.