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.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
nyqui
일일 설치 수
1
총 설치 수
4
평점
0 0 0
버전
1.0.0
생성일
2026-05-14
갱신일
2026-05-14
크기
14.1KB
라이선스
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.