Webpage Resource Extractor
List every script, stylesheet, image, font and media file a page loads.
The page HTML is fetched through a lightweight server relay (browsers block cross-origin reads), then parsed in your browser. Only resources referenced in the HTML are listed — assets injected later by JavaScript are not visible.
Enter a page URL to list every script, stylesheet, image, font and link it references.
About the Webpage Resource Extractor
Fetch any public URL and extract all the resources referenced in its HTML: scripts, stylesheets, images, audio and video, fonts, iframes and outbound links. Every URL is resolved to an absolute address, grouped by type and de-duplicated, so you can copy the list, download it as a text file or grab a ZIP of the collected URLs for auditing a page's third-party footprint.
Examples
Extract assets
https://example.comOutput
3 scripts, 2 stylesheets, 14 imagesKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
.editorconfig Generator
Dev Utilities
Create an .editorconfig file with per-language overrides.
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Android APK Analyzer & Explorer
Dev Utilities
Open an APK, decode its manifest and browse or download every file inside.
Android dp ↔ px ↔ sp Converter
Dev Utilities
Convert dp, px and sp across every Android density bucket.
Android Manifest Permissions Reference
Dev Utilities
Searchable Android permission list with protection levels and manifest snippets.
APK Certificate Inspector (SHA-1 / SHA-256)
Dev Utilities
Read an APK's signing certificate and get its SHA-1, SHA-256 and MD5 fingerprints.
Frequently asked questions
Read more
- Compressing and converting images without uploading them
How Canvas-based compression works, when WebP wins, and how to keep quality while cutting page weight.
Comments
No login needed. Comments appear after a quick review.
Loading comments…
Version 1.0.0 · Updated 2026-09-08 · Runs entirely in your browser