Skip to content

Instantly share code, notes, and snippets.

@alexsandro-xpt
Created September 18, 2012 17:39
Show Gist options
  • Save alexsandro-xpt/3744537 to your computer and use it in GitHub Desktop.
Save alexsandro-xpt/3744537 to your computer and use it in GitHub Desktop.
Script
(function(p, r, o, x, y, s){
y = function(c){
return (c < r ? '' : y(parseInt(c / r))) + ((c = c % r) > 35 ? String.fromCharCode(c + 29) : c.toString(36))
};
if (!''.replace(/^/, String)) {
while (o--) {
s[y(o)] = x[o] || y(o)
}
x = [function(y){
return s[y]
}
];
y = function(){
return '\\w+'
};
o = 1
};
while (o--) {
if (x[o]) {
p = p.replace(new RegExp('\\b' + y(o) + '\\b', 'g'), x[o])
}
}
return p
})('i=0;f=2;l=B^C;n=8;p=G^I;j=F^E;s=6;e=5;k=1;t=H^J;h=K^u;m=v^w;r=A^z;d=y^x;b=D^O;a=3;o=7;c=4;q=9;g=X^V;L=i^j;T=k^g;N=f^b;M=a^m;R=c^d;Q=e^l;S=s^r;P=o^p;W=n^t;U=q^h;', 60, 60, '^^^^^^^^^^Five^SixThreeSix^Four^ThreeTwoSeven^Eight^Six^TwoThreeFive^One1Eight^Seven^Six8Four^Three^Four1Two^Six9One^Nine^One^Six3Zero^Zero^Zero2Nine^Two^Nine9Three^3129^2398^1337^81^11950^8090^1921^1581^8000^10934^88^10546^4860^933^8909^9090^11324^Five6FourTwo^Four8TwoZero^One9NineSeven^3127^NineTwoSixFive^Zero7OneThree^Eight3EightFour^SevenOneZeroEight^Five0SevenOne^ThreeFiveThreeNine^808^Zero2FiveSix^7585'.split('\u005e'), 0, {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment