Inspector Gadget
Version 1.0 – released
Inspector Gadget is a powerful in‑browser media inspector tool.
It scans the current page for all images, videos, and (in Advanced Mode) linked resources like JavaScript, CSS, and icons.
With a floating, draggable panel you can:
🖼️ View thumbnails of every image and video
📋 Copy any media URL to your clipboard with one click
⤵ Open all media items in new tabs at once
🔬 Enable Advanced Mode to see scripts, stylesheets, and more
⚙️ Choose your default action: copy, open, or view full file
Requirements: any modern browser (Chrome, Firefox, Edge, etc.). No dependencies.
✅ Released
🖼️ View thumbnails of every image and video
📋 Copy any media URL to your clipboard with one click
⤵ Open all media items in new tabs at once
🔬 Enable Advanced Mode to see scripts, stylesheets, and more
⚙️ Choose your default action: copy, open, or view full file
Requirements: any modern browser (Chrome, Firefox, Edge, etc.). No dependencies.
How to use
Add the following script tag to any page, or run it directly from the browser console:
// Load Inspector Gadget from an external file
<script src="https://floppaware.neocities.org/software/inspectorgadget.js"></script>
<script src="https://floppaware.neocities.org/software/inspectorgadget.js"></script>
Or as a bookmarklet (copy this as the URL of a bookmark):
javascript:(function(){var s=document.createElement('script');s.src='https://floppaware.neocities.org/software/inspectorgadget.js';document.head.appendChild(s);})();
Downloads
← Back to all programs