Skip to content

Instantly share code, notes, and snippets.

@dangduytung
Created July 21, 2022 06:35
Show Gist options
  • Save dangduytung/72d70d5aef1910f8c2df3f0d7146b397 to your computer and use it in GitHub Desktop.
Save dangduytung/72d70d5aef1910f8c2df3f0d7146b397 to your computer and use it in GitHub Desktop.
Quickly extract all links from a web page using the browser console
@dangduytung
Copy link
Author

Now we just need to open up the developer console and run the code. To open the developer console, you can either hit F12 or right-click the page and select “Inspect” or ”Inspect Element” depending on your browser of choice. This will open up the console, into which you can type or copy and paste snippets of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment