UserScript that dynamically detects location data within the EXIF headers of images loaded on a webpage and provides an interactive UI to view it.
UserScript that dynamically detects location data within the EXIF headers of images loaded on a webpage and provides an interactive UI to view it.
https://github.com/nyqui/exif-location-data-detector
https://greasyfork.org/scripts/578133
This script is provided for educational and research purposes only. The extraction of EXIF metadata should be done ethically and with respect for personal privacy. This tool must not be used for doxxing, stalking, or any illegal and/or immoral activities.
@match value in the Userscript header, or manually turn it on/off to limit its activity.GM_xmlhttpRequest to bypass strict CORS policies and fetch binary image headers.GM_getValue, GM_setValue, and GM_registerMenuCommand for persistent user settings.