Have you ever tried using LinkedIn's people recommendations page to find new professional connections? It's two column layout isn't conducive for quick scans because your eyes keep darting from side to side. This bookmarklet aims to fix that.
This project is currently not tested and is more of a proof of concept.
Github won't allow the creation of bookmarklet anchors in a README, so you'll need to create a new bookmark on your bar and add the following as the url:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://raw.github.com/cballou/LinkedIn-People-Scanner/master/peopleScanner.js';})();