AR
Size: a a a
AR
VB
AR
AS
'''
function main(splash, args)
local num_scrolls = 10
local scroll_delay = 20.0
local scroll_to = splash:jsfunc("window.scrollTo")
local get_body_height = splash:jsfunc(
"function() {return document.body.scrollHeight;}"
)
assert(splash:go(splash.args.url))
splash:wait(splash.args.wait)
for _ = 1, num_scrolls do
splash:wait(30.0)
scroll_to(0, get_body_height())
end
splash:wait(100.5)
scroll_to(0, get_body_height())
return {
html = splash:html(),
}
end
'''
AB
AR
AB
AB
AB
AR
AR
AB
AB
AB
МС
AB
AR
МС
AB