mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-02 03:26:11 -04:00
scroll up faster on facebook
This commit is contained in:
parent
c2153be288
commit
dd2d36328f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue