Skip to content

Commit 2797164

Browse files
committed
.
1 parent 78d3ffd commit 2797164

File tree

1 file changed

+2
-0
lines changed
  • scripts/backup/ext/fb-group-ext/popup

1 file changed

+2
-0
lines changed

scripts/backup/ext/fb-group-ext/popup/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ function start(action, maxPosts, waitMin, waitMax) {
132132
window.fb_group_ext.nextExecuteTime = Date.now() + waitTime;
133133
await sleep(waitTime, () => window.fb_group_ext.stop);
134134
} else {
135+
// scroll to end
136+
window.scrollTo(0, document.body.scrollHeight);
135137
// wait for load more
136138
await sleep(1000);
137139
}

0 commit comments

Comments
 (0)