Ridiculous output to make you look like an amazing hacker. Forked from https://github.com/loktar00/guihacker.
Go to file
osmarks b7e211e9a5 Random jargon & better numbers
I've added a random jargon generator (outputting in place of the "commands") and made some of the numbers hexadecimal/binary instead of being only floats.
2017-08-16 17:51:44 +01:00
public Random jargon & better numbers 2017-08-16 17:51:44 +01:00
routes initial commit 2014-06-09 21:51:34 -05:00
views Fixed an error with checking settings, added analytics (why not) and proper favicon. 2014-06-11 01:06:46 -05:00
.gitignore initial commit 2014-06-09 21:51:34 -05:00
README.md Updated readme 2014-06-11 00:53:14 -05:00
app.js Fixed missing space for "performing dns lookups" removed users route from app.js 2014-06-10 23:44:20 -05:00
package.json initial commit 2014-06-09 21:51:34 -05:00

README.md

Gui Hacker

Ridiculous output to make you look like an amazing hacker.

Created as a joke for this question on Code Golf SE

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