Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tofurocks on github.
  • I am tofurocks (https://keybase.io/tofurocks) on keybase.
  • I have a public key ASCJmKt7iapEyEu48HRE_xP01FW4FvaiwtgAZPBEytcN6Qo

To claim this, I am signing this object:

function obfuscate(str){
var i = 0;
var res = "";
for(i = 0; i < str.length; i++){
switch(str[i]){
case "a":
res += "4"
break
case "e":
res += "3"