[thelist] how do we hide contents? Challenge!!

Richard Bennett richard.bennett at skynet.be
Wed Dec 11 18:37:01 CST 2002


Hi,
----- Original Message -----
From: "Steve Lewis" <slewis at macrovista.net>
< Once someone breaks it and shares the solution, anyone
<can break it.  Decoding it can even be scripted.

yeah, but reading the contents by brute-force (reverse engineering the whole
thing) is rather boring.
What's more fun is finding the easiest/shortest possible way of reading it.

My submission is this bookmarklet:

javascript:d=window.open();d.document.open('text/plain').write(document.body
.outerHTML)


To try it, use IE5/6, edit an existing link on the links-bar, pasting the
above line as the URL.
Accept the warning.
Go to the page http://www.weblockpro.com and click the bookmarklet. A window
should open showing the sourcecode.

Richard.




More information about the thelist mailing list