Skip to content

Instantly share code, notes, and snippets.

View lukemerrett's full-sized avatar

Luke Merrett lukemerrett

View GitHub Profile
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() {