Using the browser network tool as a media browser

Опубликовано: 07 Октябрь 2024
на канале: Christian Heilmann
544
9

Sometimes you come across web sites that have a lot of images scattered all over the page and you don't care much about the content, but only want the images.

You can use the browser developer tools as a media browser.

1. Load the page you want to get the images from
1. Open Developer Tools by pressing F12
1. Go to the Network tool (the wifi icon)
1. Reload the page
1. Scroll all the way down to load all images
1. Filter the Network results by Img type
1. Click any of the image names to get a preview and download or copy the image

More information:
https://codepo8.github.io/web-cheatco...
Official Network docs:
https://docs.microsoft.com/en-us/micr...