Skip to content

Email Analytics Radar - a Chrome extension to detect if the email you're viewing in Gmail has a Litmus Email Analytics tracking code in it

Notifications You must be signed in to change notification settings

brendanc/earadar

Repository files navigation

Email Analytics Radar

Email Analytics Radar (EA Radar) is a chrome extension that will detect if the email you are viewing in Gmail contains a Litmus Email Analytics tracking code.

alt text

How it works

The extension uses Gmail.js in combination with Page Actions and Content Scripts.

The script looks for the existance of an image following the pattern of Litmus Email Analytics tracking codes

function foundEaCode(){
  return window.document.querySelectorAll("img[src*='emltrk.com']").length > 0
}

Installation

To install the extension:

  • Go to the releases directory and grab the newest release. Save the .crx file locally
  • Open chrome and go to chrome://extensions/
  • Drag the .crx file into your chrome window and it will install

About

Email Analytics Radar - a Chrome extension to detect if the email you're viewing in Gmail has a Litmus Email Analytics tracking code in it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published