0

anybody knows a program or script or tool that renames functions and variables for a list of Javascript files?

A program like http://javascript-source.com/index.html just open source or freeware?

Thank you very much!

heuri
  • 151
  • 3
  • 12
  • Did you even try to google for that ? – Oct Apr 26 '11 at 22:02
  • 1
    Possible duplicate: http://stackoverflow.com/questions/194397/how-can-i-obfuscate-javascript – Cᴏʀʏ Apr 26 '11 at 22:06
  • I googled for it and found just that one tool. I don't wanna minify the code by removing comments and line spaces etc. I want to rename functions and vars to function a,b,c,d,e etc. through all selected javascript files... – heuri Apr 26 '11 at 22:26

1 Answers1

1

The YUI Compressor will obfuscate your code.

Brian Fisher
  • 23,519
  • 15
  • 78
  • 82
  • Thank you for your response, actually i'm searching only for the function to rename all functions and vars over a set of files. – heuri Apr 26 '11 at 22:18