Chrome extension to find all images, background images and background videos laying under the cursor, whatever their depth or nesting in the DOM tree. This extension also supports extracting the current frame of canvas elements.
This is useful to circumvent the HTML, Javascript and CSS tricks some websites use to prevent the user from accessing the page assets — which is plain ridiculous, as there are accessible anyway.
Step 1: aim | Step 2: download |
---|---|
- Install the extension;
- There is no icon added to the browser user interface.
- On any web page, aim with your cursor the element (image, video) you want.
- Right-click or press Ctrl+Shift+F (customizable) to trigger Images Under Cursor.
- All found images & videos will be displayed in a pop-over.
$ nix develop
$ yarn install
$ yarn run build
- Chrome: In
chrome://extensions/
, click Load unpacked extension and pick thedist/
folder. - Firefox: In
about:debugging#/runtime/this-firefox
, open Load Temporary Add-on… and pick thedist/manifest.json
file.
MIT. See LICENSE
.