How to remove the snap shot plugin from wordpress permanently?
You have seen a snap-shot pop while visting some blog. After googling, you got the wordpress snap shot plugin, downloaded, installed, activated like me! After adding more posts, you see the blog’s response is slowing down and want to remove all the add-ons including snap shot plugin. Now, you go and deactivate the plugins and test your blog. Oops, every other plugins are vanished except snap shot plugin!
If you are at this stage, here is the solution for you to permanently remove the snap shots from your blog.
1. Login to your admin, and deactivate the plugin.
2. If you like, remove the directory from the back end unix/windows server (not mandatory)
3. You have to open the header.php and look out this line (Mostly it comes after and before )
<script type=”text/javascript” src=”http://shots.snap.com/ss/4f739b033a5294bbf700f3450f0ebae5/snap_shots.js”>
Either remove the line or comment the line like this.
<!–script type=”text/javascript” src=”http://shots.snap.com/ss/4f739b033a5294bbf700f3450f0ebae5/snap_shots.js”>
Test your blog, you will see no snap shots
The key is to remove or comment this javascript!

one of the annoying plugin i used
The snap shots code is not in the header.php file.
It also is not listed among my WP plugins.
How do I remove the snap shots?!