Tips, Tricks and Tools
... and Thoughts
(Move to ...)
Home
All Posts
Firefox Extensions
JavaScript Compiler and Encoder
Bulk Player for YouTube
Misc Tools
Support
▼
JavaScript Compiler and Encoder
NOTE: Please make sure you have read the
how it works
before you use this tool.
Your source code:
// Sample code. function hello(name) { var hello = "Hello, "; alert(hello + name); } hello('new user');
GO
Ignore Warnings
Clear All
Compiled code:
Encoded code:
Home
View web version