This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Autoscroll your 9gag and save time! | |
*/ | |
function NineGagAutoScroller() { | |
// User parameters | |
var AVG_TIME_PER_POST = 10000; | |
var TIME_TO_SCROLL_TO_NEXT_POST = 1500; | |
var TIME_TO_SCROLL_THROUGH_LONG_POST = 10000; | |
var TIME_BEFORE_SCROLLING_LONG_POST = 4000; |
NewerOlder