Skip to content

Instantly share code, notes, and snippets.

@kevin-montrose
kevin-montrose / js-lib.js
Created January 22, 2012 01:50
Stack Exchange JS Library as of version 453
window.SE =
(function (navigator,
document,
window,
encodeURIComponent,
Math,
undefined) {
"use strict";
var seUrl, clientId, loginUrl, proxyUrl, fetchUserUrl, requestKey, buildNumber = '@@~~BuildNumber~~@@';