=== WP DoNotTrack === Contributors: futtta Tags: privacy, donottrack, tracking, plugin, theme Requires at least: 3.2 Tested up to: 3.3 Stable tag: 0.1.0 WP DoNotTrack stops plugins and themes from adding 3rd party tracking code to your blog to protect your visitor's privacy. == Description == WP DoNotTrack stops plugins and themes from adding 3rd party tracking code to your blog to protect your visitor's privacy. WP DoNotTrack uses (a slightly modified) version of [jQuery AOP](http://code.google.com/p/jquery-aop/) to catch and inspect elements that are about to be added to the DOM and renders these harmless if the black- or whitelist says so. The current version is blacklist-based and stops tracking by media6degrees and quantserve. This can easily be changed in the javascript though. Future versions will include a WordPress admin-page to change these settings. Feedback is welcome; see [info in the faq](http://wordpress.org/extend/plugins/wp-youtube-lyte/faq/) for bug reports/ feature requests and feel free to [rate and/or report on compatibility on wordpress.org](http://wordpress.org/extend/plugins/wp-youtube-lyte/). == Installation == Just install form your Wordpress "Plugins|Add New" screen and all will be well. Manual installation is very straightforward as well: 1. Upload the zip-file and unzip it in the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure on the admin-page == Frequently Asked Questions == = Any bugs/ issues should I know about? = * Sure, this is beta. Or pre-beta maybe. Good times ahead! ;-) = I found a bug/ I would like a feature to be added! = * Just tell me, I like the feedback! Use the [Contact-page on my blog](http://blog.futtta.be/contact/), [leave a comment in a post about DoNotTrack](http://blog.futtta.be/tag/donottrack/) or [post about it on the wordpress.org plugin forum](http://wordpress.org/tags/wp-donottrack?forum_id=10#postform) = What can I expect from this plugin in future versions? = * an admin-page in which you can choose between black- and whitelist and define what is black- or whitelisted * integration with webpagetest.org to show which external resources are loaded to provide a better basis to make black- or whitelisting choices = How you can help = * Tell me about bugs you think you've found and if you can't find any, [confirm it works with your version of WP on wordpress.org](http://wordpress.org/extend/plugins/wp-donottrack/) * Ask me for a feature you would like to see added * [Rate my plugin on wordpress.org](http://wordpress.org/extend/plugins/wp-donottrack/). == Changelog == = 0.1.0 = * Initial version