What do you think about keyboard navigation?
This makes l go to the next page:
$('body').on("keypress",function(e){if(e.keyCode==108&&document.activeElement==document.body){$('.PageControlAdvancedRight a + a')[0].click()}})
+ change Right to Left for previous page
This function brings you to the next post:
$('html, body').animate({scrollTop:$('div.message').filter(function(a,b){return jQuery(b).offset().top>window.pageYOffset}).offset().top},500)
This function brings you to the previous post:
$('html, body').animate({scrollTop:$('div.message').filter(function(a,b){return jQuery(b).offset().top<window.pageYOffset}).last().offset().top},500)
This function brings you to the containing forum/forums:
$('#info>span>span>span:contains("Return"
)').click()
+ change Return to Reply, Refresh, Rules, New Thread
There's probably a better way to do those though
This function brings you to the reply box:
$('html, body').animate({scrollTop:$('.message').last().offset().top},500)
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of
Mine Nation