Like what I do? Check my other tools & scripts:
jsPacker A JavaScript Compressor.
Packed scripts should successfully unpack on all browsers that support JavaScript. Only basic JavaScript functionality is used to decode the packed script.
Some browsers may not support the packer itself. The web interface requires DOM support. Legacy browsers will display a disabled interface.
Check it out →
jsUnpacker JavaScript Deobfuscator and Unpacker
Online JavaScript decoder. Supported sojson v4/Premium/v5 and more (No longer update).
Have a look →
Email Us: Send email
You might also like:
Short info
This CSS3 calculator was built for lazy people like myself. There are many great HEX to RGB color converters out there, but usually they give you result in three separate fields (R, G & B), which is annoying because 99% of times when I need an RGB value from HEX, I need to paste it to some CSS rule. So why copy/paste from three fields, when you can have it in one field - nicely baked for CSS inclusion.
What‘s new?
- 1.3.0 (2014/07/31)
- Added an input field for the opacity, for people who don't like to work with sliders.
- Main HEX input is now autofocused when you enter the page.
- Sample HEX and HTML colors in HEX input label can now be clicked to autofill the input.
- 1.2.0 (2013/11/27)
- You can now copy converted color values from the form fields, straight to the clipboard, with one click (Flash required).
- 1.1.0 (2012/06/20)
- Added support for HTML color names (aqua, magenta, linen, black, etc.). Now you can type in red in five different ways: #ff0000, ff0000, #f00, f00 or just plain red
- You can invoke conversion by submitting the form (hitting
enter ), no need to hit that big green submit button… unless you like it! - Clicking on RGB & RGBA result fields will instantly select the whole result for you, so you just insta-copy the whole thing. You can now save a bizilion clicks per day!
- 1.0.0 (2010/08/20)
- Initial release