ShareThis,
Can we please make this plug-in a little more configurable than a simple 'activate and forget' plug-in?
Even if you change it so the 'include in...' settings are set to No, you still include ALL of your crap, on every page load, on every page.
1 JS, 1 CSS, about 13kb, some random JS fluff and 2 HTTP requests, on every page...no thank you!
I can't even use the likes of wp_deregister_script or wp_dequeue_script because all the JS is lazily hard-coded into the plug-in.
I only need sharing on posts, so all I need is to kill the JS & CSS on !is_singular('posts')...is it that hard?