skip to main
|
skip to sidebar
Tips, Tricks and Tools
... and Thoughts
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 mobile version
Subscribe to:
Posts (Atom)
Best of TopTip.ca
BEST TIP
BEST TOOL
Web Image Slideshow
Get it from Google Play
Products
Internet Explorer Extension
Bulk Player Mate for YouTube
Chrome Extensions
Image Viewer
Bulk Player Mate for YouTube
more ...
Thunderbird Extension
Autohide Tabbar
Online Tools
Bulk Player for YouTube
Unit Converter
ASCII <--> EBCDIC Converter
Others
No Captioning
MD5 in Java
Random Posts Widget for Blogger
Share Buttons Bar
Support
Popular Posts
Allow Microsoft Edge to visit self-signed HTTPS websites | Resolve certificate error issues | Microsoft Edge
If the website is using a self-signed certificate or an invalid certificate, Microsoft Edge shows an error page. Unlike Firefox or Google Ch...
Linux: Convert a file with UTF-16 encoding to ASCII encoding
We use command iconv to convert the file's encoding. iconv -f UTF-16 -t ASCII input.txt -o output.txt We can append string //TRANSLI...
How to stop Google Chrome from automatically redirecting to HTTPS
1. In a new browser tab, enter URL: chrome://net-internals/#hsts 2. Scroll down to "Delete domain security policies" and enter the...
Porting Firefox extension to Thunderbird
After I published the Autohide Tabbar Firefox extension, some positive comments were received. Thank you! It encourages me to keep improvin...
InstallCert.java - to solve the SSL handshake problem
If a web server is using a self-signed or unknown certificate, your JSSE application will encounter the javax.net.ssl.SSLHandshakeException ...
Adding a CA to the trust store for Eclipse
If a Eclipse plugin uses a self-signed updating web site, you may encounter the authentication failure error when updating the plugin. The...
Spring Boot: escape HTML and non-ASCII characters in Json response
Create an ObjectMapper object and let Spring Boot use our ObjectMapper object with the @Bean and @Primary annotations. In our configuration ...
Linux: Mounting TrueCrypt volume with cryptsetup
To mount: $ sudo cryptsetup --type tcrypt open /path/to/truecrypt-volume mapping-name $ sudo mount -o uid= 1001 /dev/mapper/ mapping-name ...
Is it necessary to manually close ifstream/ofstream/fstream
The short answer is NO. By looking into the GCC implementation of fstream, we can see that the destructor of the class does nothing. t...
Microsoft Outlook: Remove the primary account
Close Outlook. Click the Windows icon and then Run menu. Run command: control mlcfg32.cpl . Click on Show Profiles . Click the Add button t...
Random Posts
Random Posts Widget
Followers
Subscribe To
Posts
Atom
Posts
All Comments
Atom
All Comments
Total Pageviews
Contact
zen (a.t) toptip.ca
>
Tweet
Get This
<