Skip to content

Instantly share code, notes, and snippets.

@aveuiller
aveuiller / 9gag-autoscroll.js
Last active March 18, 2016 21:03
Browse 9gag without hands on keyboard
/*
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;