TFS Chat Extension Chrome Plugin

A while back, I wrote about a TamperMonkey script I wrote that added pop-up notifications to TFS Team Chat. While that was a nice feature, I just couldn’t leave it there. So I incorporated it into an extension. [More]

Debugging print preview in Chrome

Every web developer has had to deal with this. Open up the print stylesheet…make some tweaks…open browser…open print preview…close print preview…make more tweaks…open print preview…etc. And yeah yeah yeah…there is a way to emulate the print css in the browser, but that doesn’t do squat when trying to adjust content to fit the width of whatever page standard you’re supporting (letter/A4/etc.)

Well, here’s a bit of a shortcut for at least the closing/opening of print preview. [More]