From 9ec5e2a639cd2a1f6e321bde7d16a890867c8081 Mon Sep 17 00:00:00 2001 From: Jason Brown Date: Wed, 11 Jun 2014 00:53:14 -0500 Subject: [PATCH] Updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c8327d2..3e7fadc 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,14 @@ Ridiculous output to make you look like an amazing hacker. Created as a joke for this question on [Code Golf SE](http://codegolf.stackexchange.com/questions/30322/make-it-look-like-im-working) +Added some limited options for customizability + +* title - change the title to whatever +* color - give it a css color string and the script will use that color +* gui - true/false to hide or display the 3d thing, and bars. + +You can pass the options to the url via the location hash like so + +```http://guihacker.com/#{"title":"sometitle", "color" : "red", "gui":false}``` [Running at http://guihacker.com](http://guihacker.com) \ No newline at end of file