wellcome to picoCTF challange , this challanges are very simple, so without any intro lests go to the challange
Overview of picoCTF Unminify Challange
challange : Unminify
Author : Jeffery John
Description
I don’t like scrolling down to read the code of my website, so I’ve squished it. As a bonus, my pages load faster!
Additional details will be available after launching your challenge instance.
Hints
- Try CTRL+U / ⌘+U in your browser to view the page source. You can also add ‘view-source:’ before the URL, or try
curl <URL>
in your shell. - Minification reduces the size of code, but does not change its functionality.
- What tools do developers use when working on a website? Many text editors and browsers include formatting.

just right click and view the source code you can get the flag

and you have another option , use curl
curl <url> | grep picoCTF{

we got our flag
thank you reading my blog