Skip to content

Instantly share code, notes, and snippets.

@gazs
Created November 8, 2010 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazs/667712 to your computer and use it in GitHub Desktop.
Save gazs/667712 to your computer and use it in GitHub Desktop.
Indapass tűzbárány
register({
name: "indapass",
domains: ["indapass.hu", "daemon.indapass.hu" ],
sessionCookieNames: [ "PHPSESSID", "psid" ],
identifyUser: function () {
var resp = this.httpGet("http://indapass.hu/");
this.userName = resp.body.querySelector("#divHeadBoxRight").textContent.trim()
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment