Skip to content

Instantly share code, notes, and snippets.

@t-ashula
Last active August 29, 2015 14:07
Show Gist options
  • Save t-ashula/6ac0c698a421ad041bcf to your computer and use it in GitHub Desktop.
Save t-ashula/6ac0c698a421ad041bcf to your computer and use it in GitHub Desktop.
function f1(){}
functoin f2(){}
function e(s){
return s.replace(/\\/g,'\\\\').replace(/}/g,'%7d');
}
function x(s) {
eval('try { f1(' + 'f2("' + e(s) + '")' + ') } catch(e) {}');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment