if string.find(splash.args.url, “thepage.html") ~= nil then
assert(splash:runjs(“timeOutCheck = function(){return;}"))
end
function main(splash)
splash:go("http://example.com")
splash:wait(0.5)
return {html=splash:html()}
end