Skip to content

Instantly share code, notes, and snippets.

@skynet
Forked from mvirkkunen/gist:89f61a06819530e48b53
Last active August 29, 2015 14:14
Show Gist options
  • Save skynet/8b99b59e1890e111be75 to your computer and use it in GitHub Desktop.
Save skynet/8b99b59e1890e111be75 to your computer and use it in GitHub Desktop.
https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce
How many trackers does a single Chrome extension need?
Seven.
https://ssl.google-analytics.com/ (manifest.json, javascripts/cga.js)
https://cdn.extensionanalytics.com/ (manifest.json, javascripts/feedback.js)
https://pixel.getpaidfordata.com/ (manifest.json, background.html)
https://tags.crwdcntrl.net/ (manifest.json)
https://s.sitebeacon.co/ (javascripts/CDBC/CDBC.js)
https://collector.dataferb.com/ (javascript/DCM/cr-dcm-client.js)
http://lb.crdui.com/, http://t.crdui.com/ (javascripts/Tr/tr.js)
Probably wouldn't even have noticed if that last one wasn't sending my browsing history over the internet /in plain text/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment