From a comment: > Didn’t show any alerts when I hit google.co.uk Which probably means it's just looking for links to "google.com" in the page. In which case I'd doubt it'd catch connections in flash files, and it probably false-positives if you have blockers in place. (edit: checked the JS file, that's exactly what it does. Looks for URLs of: google, gmail.com, youtube.com, blogspot.com)
late-edit: Correction, they search all elements for these domains / files: google gmail.com youtube.com blogspot.com google-analytics.com/urchin.js google-analytics.com/ga.js googlesyndication.com show_ads.js doubleclick.net youtube.com/v/ And finally a ++ if you're using Chrome. Fairly sure that's all of them, I finally opened the file in a proper editor. And, importantly, it appears they're searching for that text…
"Google Alarm" Firefox addon alerts you when you're sending data to Google
21–24 of 24 posts
Re: "Google Alarm" Firefox addon alerts you when you're sending data to Google
#22Earlier quoted context omitted.
If we make the alarm sound like a vuvuzela it'll be like the World Cup all over again.
sudo /usr/sbin/tcpdump -i en1 -l host google.com or host google-analytics.com 2>/dev/null | perl -ne 'if (time - $lasttime > 1) { `say zzzzzzzz`; print "spoke to google at ", scalar localtime, "\n"; } $lasttime = time;'
Re: "Google Alarm" Firefox addon alerts you when you're sending data to Google
#23Earlier quoted context omitted.
sudo /usr/sbin/tcpdump -i en1 -l host google.com or host google-analytics.com 2>/dev/null | perl -ne 'if (time - $lasttime > 1) { `say zzzzzzzz`; print "spoke to google at ", scalar localtime, "\n"; } $lasttime = time;'
Excellent - but the "zzzzzz" part comes out like "zee zee zee zee zee zee zee".... at least on osx....
Re: "Google Alarm" Firefox addon alerts you when you're sending data to Google
#24Earlier quoted context omitted.
late-edit: Correction, they search all elements for these domains / files: google gmail.com youtube.com blogspot.com google-analytics.com/urchin.js google-analytics.com/ga.js googlesyndication.com show_ads.js doubleclick.net youtube.com/v/ And finally a ++ if you're using Chrome. Fairly sure that's all of them, I finally opened the file in a proper editor. And, importantly, it appears they're searching for that text…
If this is true (and I have no reason to doubt you), then the extension is so inaccurate as to be useless. In Firefox at least, there are hooks to do everything you need to do a real implementation.
Google Analytics
Google AdSense
Youtube Embed
Google Chrome
And the Firefox plugin's results are coming once I get it downloaded & install the plugin. I'll edit here, and probably blog about it due to its inaccuracy (stupidity should be exposed!!!).edit: Firefox's results mirror it exactly, minus the Chrome one of course. Plugin review result: utterly worthless.