I need to type in my username and pass to connect to internet through a captive portal provided by my ISP is there a automatic way(any software/script) to type in info(in username and pass fields) and login without me typing and pressing the login button every time on my browser(chrome)?
|
feedback
|
|
Is it good enough to save the login info in Chrome and "only" have to press the login button? If so, tehre is probably built-in functionality in Chrome for that. If that's not good enough, you could most likely figure out what is sent to your ISP when you click the button, and then "fake" (that is, duplicate) the same content on a local web page. Set the local web page to your start page (and make sure that it is allowed to run scripts) and you could automate this. To figure out what is sent, you could look for some way to monitor network traffic between Chrome and teh intarwebz. In Firefox, I'd use Firebug (a free add-on) to analyze the traffic, and code the local script from that. Once you're done with the script, you can open it in Chrome and it should work there too. | |||||
feedback
|
|
I use and recommend: Lastpass.com - it's an add-on for a lot of browsers. In Firefox, there is an option to login automatically, but in some pages, like live.com , don't do that. I think I saw that on Lastpass in my (buggy) Chrome installation | |||||
feedback
|
|
If you are using linux I've a solution for you: In the folder /etc/if-up.d you can put a script, that will be automatically run every time a connection is established, to do the autologin for you. I've written a little guide (in italian, sorry, but you can translate it using google translate) with an example of script. You can find all this material on http://minus.com/mH37X6XVE | |||
|
feedback
|