https://github.com/zopieux/images-under-cursor
Chrome & Firefox extension to find all images, background images and videos laying under the cursor.
https://github.com/zopieux/images-under-cursor
chrome-extension cursor firefox-addon firefox-extension image video
Last synced: 24 days ago
JSON representation
Chrome & Firefox extension to find all images, background images and videos laying under the cursor.
- Host: GitHub
- URL: https://github.com/zopieux/images-under-cursor
- Owner: zopieux
- License: mit
- Created: 2016-03-05T17:29:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T17:01:51.000Z (about 1 year ago)
- Last Synced: 2024-03-29T17:33:11.862Z (about 1 year ago)
- Topics: chrome-extension, cursor, firefox-addon, firefox-extension, image, video
- Language: TypeScript
- Homepage: https://github.com/zopieux/images-under-cursor?tab=readme-ov-file#install-from-chrome-web-store-or-firefox-addons
- Size: 1.85 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Images Under Cursor
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](https://en.wikipedia.org/wiki/Canvas_element).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.## Install from Chrome Web Store or Firefox addons
[](https://chrome.google.com/webstore/detail/images-under-cursor/kjfcpinmimcpiabejchhneahpajgklcj)
[](https://addons.mozilla.org/firefox/addon/images-under-cursor/)## Screenshots
| Step 1: aim | Step 2: download |
| --- | --- |
|  |  |## Usage
1. Install the extension;
- There is *no* icon added to the browser user interface.
1. On any web page, aim with your cursor the element (image, video) you want.
1. Right-click or press Ctrl+Shift+F (customizable) to trigger *Images Under Cursor*.
1. All found images & videos will be displayed in a pop-over.## Development
### Building
```shell
$ nix develop
$ yarn install
$ yarn run build
```### Local installation
* Chrome: In `chrome://extensions/`, click *Load unpacked extension* and pick the `dist/` folder.
* Firefox: In `about:debugging#/runtime/this-firefox`, open *Load Temporary Add-on…* and pick the `dist/manifest.json` file.## License
MIT. See `LICENSE`.