guihacker/README.md

18 lines
642 B
Markdown
Raw Permalink Normal View History

2014-06-10 02:53:46 +00:00
Gui Hacker
2014-06-10 02:46:02 +00:00
=========
Ridiculous output to make you look like an amazing hacker.
2014-06-10 02:53:46 +00:00
Created as a joke for this question on [Code Golf SE](http://codegolf.stackexchange.com/questions/30322/make-it-look-like-im-working)
2014-06-11 05:53:14 +00:00
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}```
2014-06-10 02:53:46 +00:00
[Running at http://guihacker.com](http://guihacker.com)