CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2013
    Posts
    1

    Whitespace generator

    This is more of a generic code question because it can be applied to any client side code.

    I am working on a script that a previous web developer created and stripped out all of the whitespace.

    6 months ago I found an online site where you can paste code and the site generates whitespace so you can read your code.

    I spend 30 minutes Googling and for the life of me I cannot find this site again.

    Does anyone know of a site for this or another way to generate whitespace.

    The original code does not exist.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Whitespace generator

    You're talking about obfuscated or minified JavaScript.

    http://jsbeautifier.org will reverse it for you.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured