EXIF Location Data Detector

UserScript that dynamically detects location data within the EXIF headers of images loaded on a webpage and provides an interactive UI to view it.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
nyqui
დღიური ინსტალაციები
2
მთლიანი ინსტალაციები
4
რეიტინგი
0 0 0
ვერსია
1.0.0
შექმნილია
14.05.2026
განახლებულია
14.05.2026
Size
14,1 KB
ლიცენზია
MIT
გამოყენებს მათ
ყველა საიტი

Exif Location Data Detector

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

Disclaimer

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.

Features

  • Visual Markers: Places a clickable 📍 marker on images containing embedded GPS coordinates.
  • Data Extraction: Displays Latitude, Longitude, Altitude, a direct link to Google Maps, and other available EXIF metadata.
  • Customizable UI: Set minimum image dimensions (300 x 300 px by default) and configure visual border highlights directly through the extension menu.
  • Processed locally: All EXIF fetching and parsing is done entirely locally. No information, including images, is ever sent to external services.

Notes

  1. Violentmonkey is recommended, although it should work with other Userscript extensions.
  2. The script will run in the background for all web pages. Tweak @match value in the Userscript header, or manually turn it on/off to limit its activity.

Requirements

  • Grants GM_xmlhttpRequest to bypass strict CORS policies and fetch binary image headers.
  • Grants GM_getValue, GM_setValue, and GM_registerMenuCommand for persistent user settings.