Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created November 5, 2010 22:05
Show Gist options
  • Save pifantastic/664949 to your computer and use it in GitHub Desktop.
Save pifantastic/664949 to your computer and use it in GitHub Desktop.
register({
name: "Drupal.org",
domains: [ 'drupal.org' ],
sessionCookieNames: [ 'SESS797294cd3a93256631fb852630ae867a' ],
identifyUser: function () {
var resp = this.httpGet(this.siteUrl);
this.userName = resp.body.querySelector('#userinfo a').textContent.replace('Logged in as ', '');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment