Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created June 19, 2011 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikvold/1033799 to your computer and use it in GitHub Desktop.
Save erikvold/1033799 to your computer and use it in GitHub Desktop.
A example using the "userstyles" Jetpack module.
var self = require("self");
var us = require("userstyles");
exports.main = function() {
var url = self.data.url("black-google.css");
us.load(url);
};
@johan
Copy link

johan commented Jun 19, 2011

(And pardon IANA for serving a 404 instead of that chilling image, by the way; I'm sure they withhold it from us for the very best of reasons.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment