Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Javascript Login Bot
Im trying to make a bot for a certain webpage, and the first thing is obviously to login. Since there's a capcha on the login, I decided to send my cookies through javascript after I load the page. This doesn't work though, Any Ideas? I'm testing in firefox. javascript: location.replace('sitehere');document.cookie='cookieshere';
Thanks.