7

view-source:https://www.google.com/?gws_rd=ssl

“Oh my GOD! I've heard of obfuscation, but this is just hell in text format!”

Comments
  • 3
    Google uses a special compiler to minimize all code and it also rewrites it to remove unnecessary code.

    It was one of the first really good ones.

    But for best result you had to arrange your code in a special way to indicate intent so the compiler knew how much it could mangle it ;)
  • 0
    @Voxera After looking at and thinking about it, I thought that that might be the case (one of the reasons for that was the lack of an overabundance of spaces), but I wasn't sure, and I was too lazy to do any research. You taught me something new!
  • 0
    Another funny story: The length of the output HTML varies even with the same request. (Even the pretty static front page) No clue why.
  • 0
    @gitreflog That might be related to a messy implementation of encryption.
  • 0
    pastebin.com/YEiQ678

    Fixed it for you
Add Comment