TeamHG-Memex / autologin

A project to attempt to automatically login to a website given a single seed
Apache License 2.0
123 stars 44 forks source link

Pass extra js on login page #18

Closed lopuhin closed 8 years ago

lopuhin commented 8 years ago

This can be useful to perform additional actions on the login page before making POST request, for example accept cookie use (FB login from EU IPs did not work without it). We also considered allowing passing splash script instead of JS, but decided to go with something simpler first (also, lua in splash does not support load by default, and building a script dynamically before sending feels rather hacky).