Skip to content

Instantly share code, notes, and snippets.

@commadelimited
commadelimited / harlem-shake.js
Created February 15, 2013 02:38
Harlem Shake Bookmarklet deconstructed
javascript: (function () {
function c() {
var e = document.createElement("link");
e.setAttribute("type", "text/css");
e.setAttribute("rel", "stylesheet");
e.setAttribute("href", f);
e.setAttribute("class", l);
document.body.appendChild(e)
}
function h() {