Facebook Album Photo Viewer in autoplay mode!
Submitted by drjunior on Wed, 03/19/2014 - 12:12
This might be helpful for someone that want facebook to show album photos in continuous mode!
var secondsDelay =2000;
var elem = document.getElementsByClassName("snowliftPager next hilightPager")[0];
setInterval(function() {
elem.click();
},secondsDelay);
- Log in to post comments