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.

Another command to view cookies-->


ghost's Avatar
0 0

Although most users use the command "javascript:alert(document.cookie)" to view cookies, there is a far more useful command: "javascript:document.write(document.cookie)" . With this a new document is generated which has all the cookie information. This way you can easily copy-paste the cookie, which u can't do with alert or even view the full cookie in case it's too long to view with an alert box :)

Enjoy


ghost's Avatar
0 0

instead of doing either of those, i just downloaded a cookie editing extension for firefox…makes life easier…


ghost's Avatar
0 0

Hm, haven't though of that^^


Uber0n's Avatar
Member
0 0

Yeah I've got the extension too, but it's a lot better to be able to use injections than just using a plugin… :happy: I almost always do it manually, just because you learn more..

^^ At least that's what I think..