I would like a script that can help me to:
open a website
submit password
javascript:document.getElementById("password").value = "password";auth();
when it log in execute other javascript function
javascript: function();
Actually I can do that through computer's browser (as chrome/firefox).
Is there a way to do it through openwrt/LEDE?