Live data from Hacker News

Try and view the source

kurlak.com

21–30 of 86 posts

Re: Try and view the source

#21
post #19

Right click - Inspect Element (from Chrome) did work for me.

That's actually not viewing the page source though. That's viewing the current DOM state. If the author was more clever he could have left you a little note to that effect.

Re: Try and view the source

#23
post #2

This is why I love NoScript. Viewed it no problems and easily saw what you were doing. Pretty clever trick, thank you.

I recently learned about a similar trick that gets around NoScript:

http://citeomatic.com/_asdf.html

(This one only works in Firefox and Opera, not Chrome, sadly)

Re: Try and view the source

#25
I used to use this simple trick to hide my source where I would tell Apache to treat JavaScript files as PHP applications and then I'd use sessions to show the file. If the session was missing I would display bogus text.
Post reply on HN