scroll up faster on facebook

This commit is contained in:
Noah Levitt 2014-06-04 12:34:20 -07:00
parent c2153be288
commit dd2d36328f

View File

@ -73,7 +73,7 @@ var umbraIntervalFunc = function() {
if (!clickedSomething) {
if (somethingLeftAbove) {
console.log("scrolling UP because everything on this screen has been clicked but we missed something above");
window.scrollBy(0, -200);
window.scrollBy(0, -500);
umbraState.idleSince = null;
} else if (somethingLeftBelow) {
console.log("scrolling because everything on this screen has been clicked but there's more below document.body.clientHeight=" + document.body.clientHeight);