Y
Hacker News
new
|
ask
|
show
|
jobs
by
mannix
4667 days ago
Go to the Sources tab and click the || button to pause javascript. If you're wondering where the code is, just curl the URL :) (or, with Web Inspector open, refresh the page, go to the Network tab and select the only request.
1 comments
jhuckestein
4667 days ago
You can just look at the source (Ctrl+Alt+U in Chrome). It's an HTML document with a single script tag in it.
link
dgudkov
4666 days ago
Just Ctrl+U
link