Description

Why search for the flag when I can make a bookmarklet to print it for me? Browse here, and find the flag!

🔍 What’s a bookmarklet?

  • A bookmarklet is like a small program you save as a bookmark in your browser.
  • Instead of going to a normal website when you click it, it runs JavaScript code.

solution

  • copy the java script code and run the code in the java script compiler. this will give you the flag
  • make a bookmark and edit the url and paste the Javascriptcode and save it . run the bookmark this give you flag

âś… Conclusion:

The challenge teaches that sometimes the solution is just running the code you’re given instead of overthinking or searching the whole site. The flag is revealed when the bookmarklet runs.