Code and bookmarklet for the next bookmarklet.

location = document.evaluate('//*[translate(@rel,"NEXT","next")="next"]',
                             document,
                             null,
                             XPathResult.FIRST_ORDERED_NODE_TYPE,
                             null).singleNodeValue.href

Read the post.