| space, → | next slide |
| ← | previous slide |
| d | debug mode |
| ## <ret> | go to slide # |
| c | table of contents (vi) |
| f | toggle footer |
| r | reload slides |
| z | toggle help (this) |
POST /login.php?login_attempt=1 HTTP/1.1
Host: login.facebook.com
email=sheep@example.com&pass=supersecure
HTTP/1.1 302 Found Location: http://www.facebook.com/home.php? Set-Cookie: xs=a1cac26e11645bca984ea98f98a6a19c; path=/; domain=.facebook.com; httponly












register({
name: 'Hacker News',
domains: [ 'news.ycombinator.com' ],
sessionCookieNames: [ 'user' ],
identifyUser: function () {
var resp = this.httpGet(this.siteUrl);
this.userName = resp.body
.querySelectorAll(".pagetop a")[7]
.textContent;
}
});