/* * @title Previous * @license MIT License * @require jQuery */ (function(){ location.assign($('[rel=prev]').attr('href')); })();