Selecting elements with $0 in Chrome

Ok this is cool.

If you open the Chrome developer tools ( cmd + alt + i on Mac) and then select a page element. Switch to the console and then type $0. It will spit out the the selected items html in the console.

Combine this with jquery like $($0) to then do anything you like. Pretty cool for quick tinkering around.