Live data from Hacker News

Try and view the source

kurlak.com

61–70 of 86 posts

Re: Try and view the source

#64
post #56

Earlier quoted context omitted.

Why is this possible? Is there a way to surpress this weirdness? I want to be able to trust my address bar again.

I believe that RTL character is one of the main failures of UNICODE. This should be part of the markup / rich text, not part of the plain text.

Even without the RTL directive, they might have used something like sourcе.html — which contains a non-ASCII glyph. So while RTL is problematic, I'm not prepared to call it a failure in that generally problematic space of unifying human communication.

Re: Try and view the source

#67
post #49

I hit F12 in Chromium, dev tools open with the tree, knowing that I'm viewing the DOM and not the source I hit the Resources tab, and there is the source. Not a problem at all. In fact, I had to remember to go back to right clicking and View Source to try and figure out why this was so highly ranked and lots of the comments confused me. Now I see why... but just like using JavaScript to try and detect right click, us…

> I bet someone does it on their live site.

I doubt it, as this method breaks forward/back functionality, thus probably breaking most sites.

Having said that, for all links, you could do a further re-write using the history API, before allowing the redirect to take place. I guess that would actually make it usable even if, as you say, it's futile in the end.

Re: Try and view the source

#70
I loaded the page, went to Firebug script panel, set a breakpoint on the line of javascript, hit F5, when the breakpoint got hit, I just hit escape to prevent it from running. Then, Ctrl-U as usual.

Chrome is broken on my machine (proxy issues) so I didn't test there, but I assume the same technique would work.

Post reply on HN