I need to input a lot of data repeatedly to a site, which uses a lot of JavaScript. So I cannot simply pass the data to a html form. I am not owner of the site, so I cannot input javascript code directly to the site. Is there any way to call the JavaScript functions with data as parameters from outside? I already considered posting the data with curl or loading the page as iframe, which doesn't work due to security reasons